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

models.dms-2016-01-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Database Migration Service module holds the client classes that are used for communicating with AWS Database Migration Service.

There is a newer version: 2.0.0-preview-11
Show newest version
{
  "customizationConfig" : {
    "blacklistedSimpleMethods" : [ "describeReplicationTaskAssessmentResults" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "operationModifiers" : null,
    "renameShapes" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelsWith" : null,
    "skipSmokeTests" : false,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2016-01-01",
    "asyncBuilder" : "DefaultDatabaseMigrationAsyncClientBuilder",
    "asyncBuilderInterface" : "DatabaseMigrationAsyncClientBuilder",
    "asyncClient" : "DefaultDatabaseMigrationAsyncClient",
    "asyncInterface" : "DatabaseMigrationAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultDatabaseMigrationBaseClientBuilder",
    "baseBuilderInterface" : "DatabaseMigrationBaseClientBuilder",
    "baseExceptionName" : "DatabaseMigrationException",
    "baseRequestName" : "DatabaseMigrationRequest",
    "baseResponseName" : "DatabaseMigrationResponse",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "clientPackageName" : "databasemigration",
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "DatabaseMigrationClientModuleInjector",
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "documentation" : "AWS Database Migration Service 

AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.

For more information about AWS DMS, see the AWS DMS user guide at What Is AWS Database Migration Service?

", "endpointPrefix" : "dms", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.databasemigration", "fullModelPackageName" : "software.amazon.awssdk.services.databasemigration.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.databasemigration.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform", "fullSmokeTestsPackageName" : "software.amazon.awssdk.services.databasemigration.smoketests", "fullTransformPackageName" : "software.amazon.awssdk.services.databasemigration.transform", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "databasemigration.model", "paginatorsPackageName" : "databasemigration.paginators", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory", "requestBaseFqcn" : "software.amazon.awssdk.core.AwsRequest", "requestTransformPackageName" : "databasemigration.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceAbbreviation" : null, "serviceFullName" : "AWS Database Migration Service", "serviceName" : "AWS Database Migration Service", "signingName" : "dms", "smokeTestsPackageName" : "databasemigration.smoketests", "syncBuilder" : "DefaultDatabaseMigrationClientBuilder", "syncBuilderInterface" : "DatabaseMigrationClientBuilder", "syncClient" : "DefaultDatabaseMigrationClient", "syncInterface" : "DatabaseMigrationClient", "transformPackageName" : "databasemigration.transform", "uid" : "dms-2016-01-01", "unmarshallerContextClassName" : "JsonMarshallerContext", "xmlProtocol" : false }, "operations" : { "AddTagsToResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddTagsToResourceRequest", "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "documentation" : "

", "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "methodName" : "addTagsToResource", "operationName" : "AddTagsToResource", "paginated" : false, "returnType" : { "returnType" : "AddTagsToResourceResponse", "documentation" : "

" }, "syncReturnType" : "AddTagsToResourceResponse" }, "CreateEndpoint" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an endpoint using the provided settings.

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

AWS DMS cannot access the KMS key.

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

The resource you are attempting to create already exists.

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

The quota for this resource quota has been exceeded.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

AWS DMS was denied access to the endpoint.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateEndpointRequest", "variableName" : "createEndpointRequest", "variableType" : "CreateEndpointRequest", "documentation" : "

", "simpleType" : "CreateEndpointRequest", "variableSetterType" : "CreateEndpointRequest" }, "methodName" : "createEndpoint", "operationName" : "CreateEndpoint", "paginated" : false, "returnType" : { "returnType" : "CreateEndpointResponse", "documentation" : "

" }, "syncReturnType" : "CreateEndpointResponse" }, "CreateEventSubscription" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an AWS DMS event notification subscription.

You can specify the type of source (SourceType) you want to be notified of, provide a list of AWS DMS source IDs (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. If you specify both the SourceType and SourceIds, such as SourceType = replication-instance and SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for the specified source. If you specify a SourceType but don't specify a SourceIdentifier, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either SourceType nor SourceIdentifier, you will be notified of events generated from all AWS DMS sources belonging to your customer account.

For more information about AWS DMS events, see Working with Events and Notifications in the AWS Database MIgration Service User Guide.

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

The quota for this resource quota has been exceeded.

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

The resource you are attempting to create already exists.

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

The SNS topic is invalid.

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

You are not authorized for the SNS subscription.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateEventSubscriptionRequest", "variableName" : "createEventSubscriptionRequest", "variableType" : "CreateEventSubscriptionRequest", "documentation" : "

", "simpleType" : "CreateEventSubscriptionRequest", "variableSetterType" : "CreateEventSubscriptionRequest" }, "methodName" : "createEventSubscription", "operationName" : "CreateEventSubscription", "paginated" : false, "returnType" : { "returnType" : "CreateEventSubscriptionResponse", "documentation" : "

" }, "syncReturnType" : "CreateEventSubscriptionResponse" }, "CreateReplicationInstance" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates the replication instance using the specified parameters.

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

AWS DMS was denied access to the endpoint.

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

The resource you are attempting to create already exists.

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

There are not enough resources allocated to the database migration.

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

The quota for this resource quota has been exceeded.

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

The storage quota has been exceeded.

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

The resource could not be found.

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

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

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

The resource is in a state that prevents it from being used for database migration.

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

The subnet provided is invalid.

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

AWS DMS cannot access the KMS key.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReplicationInstanceRequest", "variableName" : "createReplicationInstanceRequest", "variableType" : "CreateReplicationInstanceRequest", "documentation" : "

", "simpleType" : "CreateReplicationInstanceRequest", "variableSetterType" : "CreateReplicationInstanceRequest" }, "methodName" : "createReplicationInstance", "operationName" : "CreateReplicationInstance", "paginated" : false, "returnType" : { "returnType" : "CreateReplicationInstanceResponse", "documentation" : "

" }, "syncReturnType" : "CreateReplicationInstanceResponse" }, "CreateReplicationSubnetGroup" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a replication subnet group given a list of the subnet IDs in a VPC.

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

AWS DMS was denied access to the endpoint.

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

The resource you are attempting to create already exists.

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

The resource could not be found.

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

The quota for this resource quota has been exceeded.

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

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

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

The subnet provided is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReplicationSubnetGroupRequest", "variableName" : "createReplicationSubnetGroupRequest", "variableType" : "CreateReplicationSubnetGroupRequest", "documentation" : "

", "simpleType" : "CreateReplicationSubnetGroupRequest", "variableSetterType" : "CreateReplicationSubnetGroupRequest" }, "methodName" : "createReplicationSubnetGroup", "operationName" : "CreateReplicationSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "CreateReplicationSubnetGroupResponse", "documentation" : "

" }, "syncReturnType" : "CreateReplicationSubnetGroupResponse" }, "CreateReplicationTask" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a replication task using the specified parameters.

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

AWS DMS was denied access to the endpoint.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource you are attempting to create already exists.

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

The resource could not be found.

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

AWS DMS cannot access the KMS key.

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

The quota for this resource quota has been exceeded.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReplicationTaskRequest", "variableName" : "createReplicationTaskRequest", "variableType" : "CreateReplicationTaskRequest", "documentation" : "

", "simpleType" : "CreateReplicationTaskRequest", "variableSetterType" : "CreateReplicationTaskRequest" }, "methodName" : "createReplicationTask", "operationName" : "CreateReplicationTask", "paginated" : false, "returnType" : { "returnType" : "CreateReplicationTaskResponse", "documentation" : "

" }, "syncReturnType" : "CreateReplicationTaskResponse" }, "DeleteCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified certificate.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCertificateRequest", "variableName" : "deleteCertificateRequest", "variableType" : "DeleteCertificateRequest", "documentation" : "", "simpleType" : "DeleteCertificateRequest", "variableSetterType" : "DeleteCertificateRequest" }, "methodName" : "deleteCertificate", "operationName" : "DeleteCertificate", "paginated" : false, "returnType" : { "returnType" : "DeleteCertificateResponse", "documentation" : null }, "syncReturnType" : "DeleteCertificateResponse" }, "DeleteEndpoint" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteEndpointRequest", "variableName" : "deleteEndpointRequest", "variableType" : "DeleteEndpointRequest", "documentation" : "

", "simpleType" : "DeleteEndpointRequest", "variableSetterType" : "DeleteEndpointRequest" }, "methodName" : "deleteEndpoint", "operationName" : "DeleteEndpoint", "paginated" : false, "returnType" : { "returnType" : "DeleteEndpointResponse", "documentation" : "

" }, "syncReturnType" : "DeleteEndpointResponse" }, "DeleteEventSubscription" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an AWS DMS event subscription.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteEventSubscriptionRequest", "variableName" : "deleteEventSubscriptionRequest", "variableType" : "DeleteEventSubscriptionRequest", "documentation" : "

", "simpleType" : "DeleteEventSubscriptionRequest", "variableSetterType" : "DeleteEventSubscriptionRequest" }, "methodName" : "deleteEventSubscription", "operationName" : "DeleteEventSubscription", "paginated" : false, "returnType" : { "returnType" : "DeleteEventSubscriptionResponse", "documentation" : "

" }, "syncReturnType" : "DeleteEventSubscriptionResponse" }, "DeleteReplicationInstance" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can delete it.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReplicationInstanceRequest", "variableName" : "deleteReplicationInstanceRequest", "variableType" : "DeleteReplicationInstanceRequest", "documentation" : "

", "simpleType" : "DeleteReplicationInstanceRequest", "variableSetterType" : "DeleteReplicationInstanceRequest" }, "methodName" : "deleteReplicationInstance", "operationName" : "DeleteReplicationInstance", "paginated" : false, "returnType" : { "returnType" : "DeleteReplicationInstanceResponse", "documentation" : "

" }, "syncReturnType" : "DeleteReplicationInstanceResponse" }, "DeleteReplicationSubnetGroup" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a subnet group.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReplicationSubnetGroupRequest", "variableName" : "deleteReplicationSubnetGroupRequest", "variableType" : "DeleteReplicationSubnetGroupRequest", "documentation" : "

", "simpleType" : "DeleteReplicationSubnetGroupRequest", "variableSetterType" : "DeleteReplicationSubnetGroupRequest" }, "methodName" : "deleteReplicationSubnetGroup", "operationName" : "DeleteReplicationSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteReplicationSubnetGroupResponse", "documentation" : "

" }, "syncReturnType" : "DeleteReplicationSubnetGroupResponse" }, "DeleteReplicationTask" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified replication task.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReplicationTaskRequest", "variableName" : "deleteReplicationTaskRequest", "variableType" : "DeleteReplicationTaskRequest", "documentation" : "

", "simpleType" : "DeleteReplicationTaskRequest", "variableSetterType" : "DeleteReplicationTaskRequest" }, "methodName" : "deleteReplicationTask", "operationName" : "DeleteReplicationTask", "paginated" : false, "returnType" : { "returnType" : "DeleteReplicationTaskResponse", "documentation" : "

" }, "syncReturnType" : "DeleteReplicationTaskResponse" }, "DescribeAccountAttributes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

This command does not take any parameters.

", "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAccountAttributesRequest", "variableName" : "describeAccountAttributesRequest", "variableType" : "DescribeAccountAttributesRequest", "documentation" : "

", "simpleType" : "DescribeAccountAttributesRequest", "variableSetterType" : "DescribeAccountAttributesRequest" }, "methodName" : "describeAccountAttributes", "operationName" : "DescribeAccountAttributes", "paginated" : false, "returnType" : { "returnType" : "DescribeAccountAttributesResponse", "documentation" : "

" }, "syncReturnType" : "DescribeAccountAttributesResponse" }, "DescribeCertificates" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Provides a description of the certificate.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCertificatesRequest", "variableName" : "describeCertificatesRequest", "variableType" : "DescribeCertificatesRequest", "documentation" : "", "simpleType" : "DescribeCertificatesRequest", "variableSetterType" : "DescribeCertificatesRequest" }, "methodName" : "describeCertificates", "operationName" : "DescribeCertificates", "paginated" : true, "returnType" : { "returnType" : "DescribeCertificatesResponse", "documentation" : null }, "syncReturnType" : "DescribeCertificatesResponse" }, "DescribeConnections" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeConnectionsRequest", "variableName" : "describeConnectionsRequest", "variableType" : "DescribeConnectionsRequest", "documentation" : "

", "simpleType" : "DescribeConnectionsRequest", "variableSetterType" : "DescribeConnectionsRequest" }, "methodName" : "describeConnections", "operationName" : "DescribeConnections", "paginated" : true, "returnType" : { "returnType" : "DescribeConnectionsResponse", "documentation" : "

" }, "syncReturnType" : "DescribeConnectionsResponse" }, "DescribeEndpointTypes" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the type of endpoints available.

", "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEndpointTypesRequest", "variableName" : "describeEndpointTypesRequest", "variableType" : "DescribeEndpointTypesRequest", "documentation" : "

", "simpleType" : "DescribeEndpointTypesRequest", "variableSetterType" : "DescribeEndpointTypesRequest" }, "methodName" : "describeEndpointTypes", "operationName" : "DescribeEndpointTypes", "paginated" : true, "returnType" : { "returnType" : "DescribeEndpointTypesResponse", "documentation" : "

" }, "syncReturnType" : "DescribeEndpointTypesResponse" }, "DescribeEndpoints" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the endpoints for your account in the current region.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEndpointsRequest", "variableName" : "describeEndpointsRequest", "variableType" : "DescribeEndpointsRequest", "documentation" : "

", "simpleType" : "DescribeEndpointsRequest", "variableSetterType" : "DescribeEndpointsRequest" }, "methodName" : "describeEndpoints", "operationName" : "DescribeEndpoints", "paginated" : true, "returnType" : { "returnType" : "DescribeEndpointsResponse", "documentation" : "

" }, "syncReturnType" : "DescribeEndpointsResponse" }, "DescribeEventCategories" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the AWS Database Migration Service User Guide.

", "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEventCategoriesRequest", "variableName" : "describeEventCategoriesRequest", "variableType" : "DescribeEventCategoriesRequest", "documentation" : "

", "simpleType" : "DescribeEventCategoriesRequest", "variableSetterType" : "DescribeEventCategoriesRequest" }, "methodName" : "describeEventCategories", "operationName" : "DescribeEventCategories", "paginated" : false, "returnType" : { "returnType" : "DescribeEventCategoriesResponse", "documentation" : "

" }, "syncReturnType" : "DescribeEventCategoriesResponse" }, "DescribeEventSubscriptions" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify SubscriptionName, this action lists the description for that subscription.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEventSubscriptionsRequest", "variableName" : "describeEventSubscriptionsRequest", "variableType" : "DescribeEventSubscriptionsRequest", "documentation" : "

", "simpleType" : "DescribeEventSubscriptionsRequest", "variableSetterType" : "DescribeEventSubscriptionsRequest" }, "methodName" : "describeEventSubscriptions", "operationName" : "DescribeEventSubscriptions", "paginated" : true, "returnType" : { "returnType" : "DescribeEventSubscriptionsResponse", "documentation" : "

" }, "syncReturnType" : "DescribeEventSubscriptionsResponse" }, "DescribeEvents" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications .

", "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEventsRequest", "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "documentation" : "

", "simpleType" : "DescribeEventsRequest", "variableSetterType" : "DescribeEventsRequest" }, "methodName" : "describeEvents", "operationName" : "DescribeEvents", "paginated" : true, "returnType" : { "returnType" : "DescribeEventsResponse", "documentation" : "

" }, "syncReturnType" : "DescribeEventsResponse" }, "DescribeOrderableReplicationInstances" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the replication instance types that can be created in the specified region.

", "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeOrderableReplicationInstancesRequest", "variableName" : "describeOrderableReplicationInstancesRequest", "variableType" : "DescribeOrderableReplicationInstancesRequest", "documentation" : "

", "simpleType" : "DescribeOrderableReplicationInstancesRequest", "variableSetterType" : "DescribeOrderableReplicationInstancesRequest" }, "methodName" : "describeOrderableReplicationInstances", "operationName" : "DescribeOrderableReplicationInstances", "paginated" : true, "returnType" : { "returnType" : "DescribeOrderableReplicationInstancesResponse", "documentation" : "

" }, "syncReturnType" : "DescribeOrderableReplicationInstancesResponse" }, "DescribeRefreshSchemasStatus" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the status of the RefreshSchemas operation.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeRefreshSchemasStatusRequest", "variableName" : "describeRefreshSchemasStatusRequest", "variableType" : "DescribeRefreshSchemasStatusRequest", "documentation" : "

", "simpleType" : "DescribeRefreshSchemasStatusRequest", "variableSetterType" : "DescribeRefreshSchemasStatusRequest" }, "methodName" : "describeRefreshSchemasStatus", "operationName" : "DescribeRefreshSchemasStatus", "paginated" : false, "returnType" : { "returnType" : "DescribeRefreshSchemasStatusResponse", "documentation" : "

" }, "syncReturnType" : "DescribeRefreshSchemasStatusResponse" }, "DescribeReplicationInstances" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about replication instances for your account in the current region.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReplicationInstancesRequest", "variableName" : "describeReplicationInstancesRequest", "variableType" : "DescribeReplicationInstancesRequest", "documentation" : "

", "simpleType" : "DescribeReplicationInstancesRequest", "variableSetterType" : "DescribeReplicationInstancesRequest" }, "methodName" : "describeReplicationInstances", "operationName" : "DescribeReplicationInstances", "paginated" : true, "returnType" : { "returnType" : "DescribeReplicationInstancesResponse", "documentation" : "

" }, "syncReturnType" : "DescribeReplicationInstancesResponse" }, "DescribeReplicationSubnetGroups" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the replication subnet groups.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReplicationSubnetGroupsRequest", "variableName" : "describeReplicationSubnetGroupsRequest", "variableType" : "DescribeReplicationSubnetGroupsRequest", "documentation" : "

", "simpleType" : "DescribeReplicationSubnetGroupsRequest", "variableSetterType" : "DescribeReplicationSubnetGroupsRequest" }, "methodName" : "describeReplicationSubnetGroups", "operationName" : "DescribeReplicationSubnetGroups", "paginated" : true, "returnType" : { "returnType" : "DescribeReplicationSubnetGroupsResponse", "documentation" : "

" }, "syncReturnType" : "DescribeReplicationSubnetGroupsResponse" }, "DescribeReplicationTaskAssessmentResults" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the task assessment results from Amazon S3. This action always returns the latest results.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReplicationTaskAssessmentResultsRequest", "variableName" : "describeReplicationTaskAssessmentResultsRequest", "variableType" : "DescribeReplicationTaskAssessmentResultsRequest", "documentation" : "

", "simpleType" : "DescribeReplicationTaskAssessmentResultsRequest", "variableSetterType" : "DescribeReplicationTaskAssessmentResultsRequest" }, "methodName" : "describeReplicationTaskAssessmentResults", "operationName" : "DescribeReplicationTaskAssessmentResults", "paginated" : false, "returnType" : { "returnType" : "DescribeReplicationTaskAssessmentResultsResponse", "documentation" : "

" }, "syncReturnType" : "DescribeReplicationTaskAssessmentResultsResponse" }, "DescribeReplicationTasks" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about replication tasks for your account in the current region.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeReplicationTasksRequest", "variableName" : "describeReplicationTasksRequest", "variableType" : "DescribeReplicationTasksRequest", "documentation" : "

", "simpleType" : "DescribeReplicationTasksRequest", "variableSetterType" : "DescribeReplicationTasksRequest" }, "methodName" : "describeReplicationTasks", "operationName" : "DescribeReplicationTasks", "paginated" : true, "returnType" : { "returnType" : "DescribeReplicationTasksResponse", "documentation" : "

" }, "syncReturnType" : "DescribeReplicationTasksResponse" }, "DescribeSchemas" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the schema for the specified endpoint.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSchemasRequest", "variableName" : "describeSchemasRequest", "variableType" : "DescribeSchemasRequest", "documentation" : "

", "simpleType" : "DescribeSchemasRequest", "variableSetterType" : "DescribeSchemasRequest" }, "methodName" : "describeSchemas", "operationName" : "DescribeSchemas", "paginated" : true, "returnType" : { "returnType" : "DescribeSchemasResponse", "documentation" : "

" }, "syncReturnType" : "DescribeSchemasResponse" }, "DescribeTableStatistics" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

Note that the \"last updated\" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTableStatisticsRequest", "variableName" : "describeTableStatisticsRequest", "variableType" : "DescribeTableStatisticsRequest", "documentation" : "

", "simpleType" : "DescribeTableStatisticsRequest", "variableSetterType" : "DescribeTableStatisticsRequest" }, "methodName" : "describeTableStatistics", "operationName" : "DescribeTableStatistics", "paginated" : true, "returnType" : { "returnType" : "DescribeTableStatisticsResponse", "documentation" : "

" }, "syncReturnType" : "DescribeTableStatisticsResponse" }, "ImportCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Uploads the specified certificate.

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

The resource you are attempting to create already exists.

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

The certificate was not valid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ImportCertificateRequest", "variableName" : "importCertificateRequest", "variableType" : "ImportCertificateRequest", "documentation" : "", "simpleType" : "ImportCertificateRequest", "variableSetterType" : "ImportCertificateRequest" }, "methodName" : "importCertificate", "operationName" : "ImportCertificate", "paginated" : false, "returnType" : { "returnType" : "ImportCertificateResponse", "documentation" : null }, "syncReturnType" : "ImportCertificateResponse" }, "ListTagsForResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all tags for an AWS DMS resource.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "

", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "paginated" : false, "returnType" : { "returnType" : "ListTagsForResourceResponse", "documentation" : "

" }, "syncReturnType" : "ListTagsForResourceResponse" }, "ModifyEndpoint" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified endpoint.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

The resource you are attempting to create already exists.

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

AWS DMS cannot access the KMS key.

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

AWS DMS was denied access to the endpoint.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyEndpointRequest", "variableName" : "modifyEndpointRequest", "variableType" : "ModifyEndpointRequest", "documentation" : "

", "simpleType" : "ModifyEndpointRequest", "variableSetterType" : "ModifyEndpointRequest" }, "methodName" : "modifyEndpoint", "operationName" : "ModifyEndpoint", "paginated" : false, "returnType" : { "returnType" : "ModifyEndpointResponse", "documentation" : "

" }, "syncReturnType" : "ModifyEndpointResponse" }, "ModifyEventSubscription" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies an existing AWS DMS event notification subscription.

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

The quota for this resource quota has been exceeded.

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

The resource could not be found.

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

The SNS topic is invalid.

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

You are not authorized for the SNS subscription.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyEventSubscriptionRequest", "variableName" : "modifyEventSubscriptionRequest", "variableType" : "ModifyEventSubscriptionRequest", "documentation" : "

", "simpleType" : "ModifyEventSubscriptionRequest", "variableSetterType" : "ModifyEventSubscriptionRequest" }, "methodName" : "modifyEventSubscription", "operationName" : "ModifyEventSubscription", "paginated" : false, "returnType" : { "returnType" : "ModifyEventSubscriptionResponse", "documentation" : "

" }, "syncReturnType" : "ModifyEventSubscriptionResponse" }, "ModifyReplicationInstance" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource you are attempting to create already exists.

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

The resource could not be found.

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

There are not enough resources allocated to the database migration.

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

The storage quota has been exceeded.

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

An upgrade dependency is preventing the database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyReplicationInstanceRequest", "variableName" : "modifyReplicationInstanceRequest", "variableType" : "ModifyReplicationInstanceRequest", "documentation" : "

", "simpleType" : "ModifyReplicationInstanceRequest", "variableSetterType" : "ModifyReplicationInstanceRequest" }, "methodName" : "modifyReplicationInstance", "operationName" : "ModifyReplicationInstance", "paginated" : false, "returnType" : { "returnType" : "ModifyReplicationInstanceResponse", "documentation" : "

" }, "syncReturnType" : "ModifyReplicationInstanceResponse" }, "ModifyReplicationSubnetGroup" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the settings for the specified replication subnet group.

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

AWS DMS was denied access to the endpoint.

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

The resource could not be found.

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

The quota for this resource quota has been exceeded.

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

The specified subnet is already in use.

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

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

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

The subnet provided is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyReplicationSubnetGroupRequest", "variableName" : "modifyReplicationSubnetGroupRequest", "variableType" : "ModifyReplicationSubnetGroupRequest", "documentation" : "

", "simpleType" : "ModifyReplicationSubnetGroupRequest", "variableSetterType" : "ModifyReplicationSubnetGroupRequest" }, "methodName" : "modifyReplicationSubnetGroup", "operationName" : "ModifyReplicationSubnetGroup", "paginated" : false, "returnType" : { "returnType" : "ModifyReplicationSubnetGroupResponse", "documentation" : "

" }, "syncReturnType" : "ModifyReplicationSubnetGroupResponse" }, "ModifyReplicationTask" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the specified replication task.

You can't modify the task endpoints. The task must be stopped before you can modify it.

For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

The resource you are attempting to create already exists.

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

AWS DMS cannot access the KMS key.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ModifyReplicationTaskRequest", "variableName" : "modifyReplicationTaskRequest", "variableType" : "ModifyReplicationTaskRequest", "documentation" : "

", "simpleType" : "ModifyReplicationTaskRequest", "variableSetterType" : "ModifyReplicationTaskRequest" }, "methodName" : "modifyReplicationTask", "operationName" : "ModifyReplicationTask", "paginated" : false, "returnType" : { "returnType" : "ModifyReplicationTaskResponse", "documentation" : "

" }, "syncReturnType" : "ModifyReplicationTaskResponse" }, "RefreshSchemas" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

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

AWS DMS cannot access the KMS key.

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

The quota for this resource quota has been exceeded.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RefreshSchemasRequest", "variableName" : "refreshSchemasRequest", "variableType" : "RefreshSchemasRequest", "documentation" : "

", "simpleType" : "RefreshSchemasRequest", "variableSetterType" : "RefreshSchemasRequest" }, "methodName" : "refreshSchemas", "operationName" : "RefreshSchemas", "paginated" : false, "returnType" : { "returnType" : "RefreshSchemasResponse", "documentation" : "

" }, "syncReturnType" : "RefreshSchemasResponse" }, "ReloadTables" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Reloads the target database table with the source data.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ReloadTablesRequest", "variableName" : "reloadTablesRequest", "variableType" : "ReloadTablesRequest", "documentation" : "", "simpleType" : "ReloadTablesRequest", "variableSetterType" : "ReloadTablesRequest" }, "methodName" : "reloadTables", "operationName" : "ReloadTables", "paginated" : false, "returnType" : { "returnType" : "ReloadTablesResponse", "documentation" : null }, "syncReturnType" : "ReloadTablesResponse" }, "RemoveTagsFromResource" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Removes metadata tags from a DMS resource.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveTagsFromResourceRequest", "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "documentation" : "

", "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "methodName" : "removeTagsFromResource", "operationName" : "RemoveTagsFromResource", "paginated" : false, "returnType" : { "returnType" : "RemoveTagsFromResourceResponse", "documentation" : "

" }, "syncReturnType" : "RemoveTagsFromResourceResponse" }, "StartReplicationTask" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Starts the replication task.

For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartReplicationTaskRequest", "variableName" : "startReplicationTaskRequest", "variableType" : "StartReplicationTaskRequest", "documentation" : "

", "simpleType" : "StartReplicationTaskRequest", "variableSetterType" : "StartReplicationTaskRequest" }, "methodName" : "startReplicationTask", "operationName" : "StartReplicationTask", "paginated" : false, "returnType" : { "returnType" : "StartReplicationTaskResponse", "documentation" : "

" }, "syncReturnType" : "StartReplicationTaskResponse" }, "StartReplicationTaskAssessment" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Starts the replication task assessment for unsupported data types in the source database.

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

The resource is in a state that prevents it from being used for database migration.

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

The resource could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartReplicationTaskAssessmentRequest", "variableName" : "startReplicationTaskAssessmentRequest", "variableType" : "StartReplicationTaskAssessmentRequest", "documentation" : "

", "simpleType" : "StartReplicationTaskAssessmentRequest", "variableSetterType" : "StartReplicationTaskAssessmentRequest" }, "methodName" : "startReplicationTaskAssessment", "operationName" : "StartReplicationTaskAssessment", "paginated" : false, "returnType" : { "returnType" : "StartReplicationTaskAssessmentResponse", "documentation" : "

" }, "syncReturnType" : "StartReplicationTaskAssessmentResponse" }, "StopReplicationTask" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Stops the replication task.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopReplicationTaskRequest", "variableName" : "stopReplicationTaskRequest", "variableType" : "StopReplicationTaskRequest", "documentation" : "

", "simpleType" : "StopReplicationTaskRequest", "variableSetterType" : "StopReplicationTaskRequest" }, "methodName" : "stopReplicationTask", "operationName" : "StopReplicationTask", "paginated" : false, "returnType" : { "returnType" : "StopReplicationTaskResponse", "documentation" : "

" }, "syncReturnType" : "StopReplicationTaskResponse" }, "TestConnection" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Tests the connection between the replication instance and the endpoint.

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

The resource could not be found.

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

The resource is in a state that prevents it from being used for database migration.

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

AWS DMS cannot access the KMS key.

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

The quota for this resource quota has been exceeded.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TestConnectionRequest", "variableName" : "testConnectionRequest", "variableType" : "TestConnectionRequest", "documentation" : "

", "simpleType" : "TestConnectionRequest", "variableSetterType" : "TestConnectionRequest" }, "methodName" : "testConnection", "operationName" : "TestConnection", "paginated" : false, "returnType" : { "returnType" : "TestConnectionResponse", "documentation" : "

" }, "syncReturnType" : "TestConnectionResponse" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDeniedFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

AWS DMS was denied access to the endpoint.

", "enums" : null, "errorCode" : "AccessDeniedFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "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 }, "AccountQuota" : { "c2jName" : "AccountQuota", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes a quota for an AWS account, for example, the number of replication instances allowed.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAccountQuotaName", "beanStyleSetterMethodName" : "setAccountQuotaName", "c2jName" : "AccountQuotaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

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

The name of the AWS DMS quota for this AWS account.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "accountQuotaName", "fluentSetterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountQuotaName", "getterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@return The name of the AWS DMS quota for this AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountQuotaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountQuotaName", "setterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.", "setterMethodName" : "setAccountQuotaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountQuotaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountQuotaName", "variableType" : "String", "documentation" : "

The name of the AWS DMS quota for this AWS account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsed", "beanStyleSetterMethodName" : "setUsed", "c2jName" : "Used", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The amount currently used toward the quota maximum.

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

The amount currently used toward the quota maximum.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "used", "fluentSetterDocumentation" : "

The amount currently used toward the quota maximum.

\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "used", "getterDocumentation" : "

The amount currently used toward the quota maximum.

\n@return The amount currently used toward the quota maximum.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Used", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Used", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Used", "setterDocumentation" : "

The amount currently used toward the quota maximum.

\n@param used The amount currently used toward the quota maximum.", "setterMethodName" : "setUsed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "used", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "used", "variableType" : "Long", "documentation" : "

The amount currently used toward the quota maximum.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMax", "beanStyleSetterMethodName" : "setMax", "c2jName" : "Max", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The maximum allowed value for the quota.

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

The maximum allowed value for the quota.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "max", "fluentSetterDocumentation" : "

The maximum allowed value for the quota.

\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max", "getterDocumentation" : "

The maximum allowed value for the quota.

\n@return The maximum allowed value for the quota.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Max", "setterDocumentation" : "

The maximum allowed value for the quota.

\n@param max The maximum allowed value for the quota.", "setterMethodName" : "setMax", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "max", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "max", "variableType" : "Long", "documentation" : "

The maximum allowed value for the quota.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountQuotaName" : { "beanStyleGetterMethodName" : "getAccountQuotaName", "beanStyleSetterMethodName" : "setAccountQuotaName", "c2jName" : "AccountQuotaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

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

The name of the AWS DMS quota for this AWS account.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "accountQuotaName", "fluentSetterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountQuotaName", "getterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@return The name of the AWS DMS quota for this AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountQuotaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountQuotaName", "setterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.", "setterMethodName" : "setAccountQuotaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountQuotaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountQuotaName", "variableType" : "String", "documentation" : "

The name of the AWS DMS quota for this AWS account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Max" : { "beanStyleGetterMethodName" : "getMax", "beanStyleSetterMethodName" : "setMax", "c2jName" : "Max", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The maximum allowed value for the quota.

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

The maximum allowed value for the quota.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "max", "fluentSetterDocumentation" : "

The maximum allowed value for the quota.

\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max", "getterDocumentation" : "

The maximum allowed value for the quota.

\n@return The maximum allowed value for the quota.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Max", "setterDocumentation" : "

The maximum allowed value for the quota.

\n@param max The maximum allowed value for the quota.", "setterMethodName" : "setMax", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "max", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "max", "variableType" : "Long", "documentation" : "

The maximum allowed value for the quota.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Used" : { "beanStyleGetterMethodName" : "getUsed", "beanStyleSetterMethodName" : "setUsed", "c2jName" : "Used", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The amount currently used toward the quota maximum.

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

The amount currently used toward the quota maximum.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "used", "fluentSetterDocumentation" : "

The amount currently used toward the quota maximum.

\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "used", "getterDocumentation" : "

The amount currently used toward the quota maximum.

\n@return The amount currently used toward the quota maximum.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Used", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Used", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Used", "setterDocumentation" : "

The amount currently used toward the quota maximum.

\n@param used The amount currently used toward the quota maximum.", "setterMethodName" : "setUsed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "used", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "used", "variableType" : "Long", "documentation" : "

The amount currently used toward the quota maximum.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccountQuotaName", "beanStyleSetterMethodName" : "setAccountQuotaName", "c2jName" : "AccountQuotaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

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

The name of the AWS DMS quota for this AWS account.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "accountQuotaName", "fluentSetterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountQuotaName", "getterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@return The name of the AWS DMS quota for this AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountQuotaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountQuotaName", "setterDocumentation" : "

The name of the AWS DMS quota for this AWS account.

\n@param accountQuotaName The name of the AWS DMS quota for this AWS account.", "setterMethodName" : "setAccountQuotaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountQuotaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountQuotaName", "variableType" : "String", "documentation" : "

The name of the AWS DMS quota for this AWS account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsed", "beanStyleSetterMethodName" : "setUsed", "c2jName" : "Used", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The amount currently used toward the quota maximum.

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

The amount currently used toward the quota maximum.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "used", "fluentSetterDocumentation" : "

The amount currently used toward the quota maximum.

\n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "used", "getterDocumentation" : "

The amount currently used toward the quota maximum.

\n@return The amount currently used toward the quota maximum.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Used", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Used", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Used", "setterDocumentation" : "

The amount currently used toward the quota maximum.

\n@param used The amount currently used toward the quota maximum.", "setterMethodName" : "setUsed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "used", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "used", "variableType" : "Long", "documentation" : "

The amount currently used toward the quota maximum.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMax", "beanStyleSetterMethodName" : "setMax", "c2jName" : "Max", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The maximum allowed value for the quota.

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

The maximum allowed value for the quota.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "max", "fluentSetterDocumentation" : "

The maximum allowed value for the quota.

\n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "max", "getterDocumentation" : "

The maximum allowed value for the quota.

\n@return The maximum allowed value for the quota.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Max", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Max", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Max", "setterDocumentation" : "

The maximum allowed value for the quota.

\n@param max The maximum allowed value for the quota.", "setterMethodName" : "setMax", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "max", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "max", "variableType" : "Long", "documentation" : "

The maximum allowed value for the quota.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountQuota", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountQuota", "variableName" : "accountQuota", "variableType" : "AccountQuota", "documentation" : null, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "wrapper" : false }, "AddTagsToResourceRequest" : { "c2jName" : "AddTagsToResourceMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddTagsToResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.AddTagsToResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

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

The tag to be assigned to the DMS resource.

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

The tag to be assigned to the DMS resource.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tag to be assigned to the DMS resource.

\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tag to be assigned to the DMS resource.

\n

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

\n@return The tag to be assigned to the DMS resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

The tag to be assigned to the DMS resource.

\n@param tags The tag to be assigned to the DMS resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tag to be assigned to the DMS resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

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

The tag to be assigned to the DMS resource.

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

The tag to be assigned to the DMS resource.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tag to be assigned to the DMS resource.

\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tag to be assigned to the DMS resource.

\n

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

\n@return The tag to be assigned to the DMS resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

The tag to be assigned to the DMS resource.

\n@param tags The tag to be assigned to the DMS resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tag to be assigned to the DMS resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@return The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

\n@param resourceArn The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to. AWS DMS resources include a replication instance, endpoint, and a replication task.

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

The tag to be assigned to the DMS resource.

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

The tag to be assigned to the DMS resource.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tag to be assigned to the DMS resource.

\n@param tags The tag to be assigned to the DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tag to be assigned to the DMS resource.

\n

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

\n@return The tag to be assigned to the DMS resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

The tag to be assigned to the DMS resource.

\n@param tags The tag to be assigned to the DMS resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tag to be assigned to the DMS resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "Tags" ], "shapeName" : "AddTagsToResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsToResourceRequest", "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "documentation" : null, "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "wrapper" : false }, "AddTagsToResourceResponse" : { "c2jName" : "AddTagsToResourceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddTagsToResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddTagsToResourceResponse", "variableName" : "addTagsToResourceResponse", "variableType" : "AddTagsToResourceResponse", "documentation" : null, "simpleType" : "AddTagsToResourceResponse", "variableSetterType" : "AddTagsToResourceResponse" }, "wrapper" : false }, "AuthMechanismValue" : { "c2jName" : "AuthMechanismValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "DEFAULT", "value" : "default" }, { "name" : "MONGODB_CR", "value" : "mongodb_cr" }, { "name" : "SCRAM_SHA_1", "value" : "scram_sha_1" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AuthMechanismValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthMechanismValue", "variableName" : "authMechanismValue", "variableType" : "AuthMechanismValue", "documentation" : null, "simpleType" : "AuthMechanismValue", "variableSetterType" : "AuthMechanismValue" }, "wrapper" : false }, "AuthTypeValue" : { "c2jName" : "AuthTypeValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NO", "value" : "no" }, { "name" : "PASSWORD", "value" : "password" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AuthTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AuthTypeValue", "variableName" : "authTypeValue", "variableType" : "AuthTypeValue", "documentation" : null, "simpleType" : "AuthTypeValue", "variableSetterType" : "AuthTypeValue" }, "wrapper" : false }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the availability zone.

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

The name of the availability zone.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the availability zone.

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

The name of the availability zone.

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

The name of the availability zone.

\n@param name The name of the availability zone.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the availability zone.

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

The name of the availability zone.

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

The name of the availability zone.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the availability zone.

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

The name of the availability zone.

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

The name of the availability zone.

\n@param name The name of the availability zone.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the availability zone.

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

The name of the availability zone.

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

The name of the availability zone.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the availability zone.

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

The name of the availability zone.

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

The name of the availability zone.

\n@param name The name of the availability zone.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the availability zone.

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

The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificateIdentifier", "beanStyleSetterMethodName" : "setCertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

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

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateIdentifier", "fluentSetterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateIdentifier", "getterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateIdentifier", "setterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "setterMethodName" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateCreationDate", "beanStyleSetterMethodName" : "setCertificateCreationDate", "c2jName" : "CertificateCreationDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The date that the certificate was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #certificateCreationDate(Instant)}.\n@param certificateCreationDate 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 #certificateCreationDate(Instant)", "deprecated" : false, "documentation" : "

The date that the certificate was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateCreationDate", "fluentSetterDocumentation" : "

The date that the certificate was created.

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

The date that the certificate was created.

\n@return The date that the certificate was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateCreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CertificateCreationDate", "setterDocumentation" : "

The date that the certificate was created.

\n@param certificateCreationDate The date that the certificate was created.", "setterMethodName" : "setCertificateCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "certificateCreationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "certificateCreationDate", "variableType" : "java.time.Instant", "documentation" : "

The date that the certificate was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

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

The contents of the .pem X.509 certificate file for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificatePem", "fluentSetterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificatePem", "getterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@return The contents of the .pem X.509 certificate file for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificatePem", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificatePem", "setterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.", "setterMethodName" : "setCertificatePem", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : "

The contents of the .pem X.509 certificate file for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateWallet", "beanStyleSetterMethodName" : "setCertificateWallet", "c2jName" : "CertificateWallet", "c2jShape" : "CertificateWallet", "defaultConsumerFluentSetterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

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

The location of the imported Oracle Wallet certificate for use with SSL.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateWallet", "fluentSetterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateWallet", "getterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\n

\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n

\n@return The location of the imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateWallet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "CertificateWallet", "setterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : null, "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateOwner", "beanStyleSetterMethodName" : "setCertificateOwner", "c2jName" : "CertificateOwner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The owner of the certificate.

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

The owner of the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateOwner", "fluentSetterDocumentation" : "

The owner of the certificate.

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

The owner of the certificate.

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

The owner of the certificate.

\n@param certificateOwner The owner of the certificate.", "setterMethodName" : "setCertificateOwner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateOwner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateOwner", "variableType" : "String", "documentation" : "

The owner of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidFromDate", "beanStyleSetterMethodName" : "setValidFromDate", "c2jName" : "ValidFromDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The beginning date that the certificate is valid.

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

The beginning date that the certificate is valid.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validFromDate", "fluentSetterDocumentation" : "

The beginning date that the certificate is valid.

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

The beginning date that the certificate is valid.

\n@return The beginning date that the certificate is valid.", "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" : "ValidFromDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidFromDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ValidFromDate", "setterDocumentation" : "

The beginning date that the certificate is valid.

\n@param validFromDate The beginning date that the certificate is valid.", "setterMethodName" : "setValidFromDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validFromDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validFromDate", "variableType" : "java.time.Instant", "documentation" : "

The beginning date that the certificate is valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidToDate", "beanStyleSetterMethodName" : "setValidToDate", "c2jName" : "ValidToDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The final date that the certificate is valid.

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

The final date that the certificate is valid.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validToDate", "fluentSetterDocumentation" : "

The final date that the certificate is valid.

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

The final date that the certificate is valid.

\n@return The final date that the certificate is valid.", "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" : "ValidToDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidToDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ValidToDate", "setterDocumentation" : "

The final date that the certificate is valid.

\n@param validToDate The final date that the certificate is valid.", "setterMethodName" : "setValidToDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validToDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validToDate", "variableType" : "java.time.Instant", "documentation" : "

The final date that the certificate is valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigningAlgorithm", "beanStyleSetterMethodName" : "setSigningAlgorithm", "c2jName" : "SigningAlgorithm", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The signing algorithm for the certificate.

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

The signing algorithm for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "signingAlgorithm", "fluentSetterDocumentation" : "

The signing algorithm for the certificate.

\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingAlgorithm", "getterDocumentation" : "

The signing algorithm for the certificate.

\n@return The signing algorithm for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SigningAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SigningAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SigningAlgorithm", "setterDocumentation" : "

The signing algorithm for the certificate.

\n@param signingAlgorithm The signing algorithm for the certificate.", "setterMethodName" : "setSigningAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signingAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "signingAlgorithm", "variableType" : "String", "documentation" : "

The signing algorithm for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyLength", "beanStyleSetterMethodName" : "setKeyLength", "c2jName" : "KeyLength", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The key length of the cryptographic algorithm being used.

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

The key length of the cryptographic algorithm being used.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "keyLength", "fluentSetterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyLength", "getterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@return The key length of the cryptographic algorithm being used.", "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" : "KeyLength", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "KeyLength", "setterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@param keyLength The key length of the cryptographic algorithm being used.", "setterMethodName" : "setKeyLength", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "keyLength", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "keyLength", "variableType" : "Integer", "documentation" : "

The key length of the cryptographic algorithm being used.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateCreationDate" : { "beanStyleGetterMethodName" : "getCertificateCreationDate", "beanStyleSetterMethodName" : "setCertificateCreationDate", "c2jName" : "CertificateCreationDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The date that the certificate was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #certificateCreationDate(Instant)}.\n@param certificateCreationDate 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 #certificateCreationDate(Instant)", "deprecated" : false, "documentation" : "

The date that the certificate was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateCreationDate", "fluentSetterDocumentation" : "

The date that the certificate was created.

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

The date that the certificate was created.

\n@return The date that the certificate was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateCreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CertificateCreationDate", "setterDocumentation" : "

The date that the certificate was created.

\n@param certificateCreationDate The date that the certificate was created.", "setterMethodName" : "setCertificateCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "certificateCreationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "certificateCreationDate", "variableType" : "java.time.Instant", "documentation" : "

The date that the certificate was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "CertificateIdentifier" : { "beanStyleGetterMethodName" : "getCertificateIdentifier", "beanStyleSetterMethodName" : "setCertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

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

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateIdentifier", "fluentSetterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateIdentifier", "getterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateIdentifier", "setterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "setterMethodName" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateOwner" : { "beanStyleGetterMethodName" : "getCertificateOwner", "beanStyleSetterMethodName" : "setCertificateOwner", "c2jName" : "CertificateOwner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The owner of the certificate.

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

The owner of the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateOwner", "fluentSetterDocumentation" : "

The owner of the certificate.

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

The owner of the certificate.

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

The owner of the certificate.

\n@param certificateOwner The owner of the certificate.", "setterMethodName" : "setCertificateOwner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateOwner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateOwner", "variableType" : "String", "documentation" : "

The owner of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificatePem" : { "beanStyleGetterMethodName" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

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

The contents of the .pem X.509 certificate file for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificatePem", "fluentSetterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificatePem", "getterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@return The contents of the .pem X.509 certificate file for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificatePem", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificatePem", "setterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.", "setterMethodName" : "setCertificatePem", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : "

The contents of the .pem X.509 certificate file for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateWallet" : { "beanStyleGetterMethodName" : "getCertificateWallet", "beanStyleSetterMethodName" : "setCertificateWallet", "c2jName" : "CertificateWallet", "c2jShape" : "CertificateWallet", "defaultConsumerFluentSetterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

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

The location of the imported Oracle Wallet certificate for use with SSL.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateWallet", "fluentSetterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateWallet", "getterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\n

\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n

\n@return The location of the imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateWallet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "CertificateWallet", "setterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : null, "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "KeyLength" : { "beanStyleGetterMethodName" : "getKeyLength", "beanStyleSetterMethodName" : "setKeyLength", "c2jName" : "KeyLength", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The key length of the cryptographic algorithm being used.

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

The key length of the cryptographic algorithm being used.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "keyLength", "fluentSetterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyLength", "getterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@return The key length of the cryptographic algorithm being used.", "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" : "KeyLength", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "KeyLength", "setterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@param keyLength The key length of the cryptographic algorithm being used.", "setterMethodName" : "setKeyLength", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "keyLength", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "keyLength", "variableType" : "Integer", "documentation" : "

The key length of the cryptographic algorithm being used.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SigningAlgorithm" : { "beanStyleGetterMethodName" : "getSigningAlgorithm", "beanStyleSetterMethodName" : "setSigningAlgorithm", "c2jName" : "SigningAlgorithm", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The signing algorithm for the certificate.

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

The signing algorithm for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "signingAlgorithm", "fluentSetterDocumentation" : "

The signing algorithm for the certificate.

\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingAlgorithm", "getterDocumentation" : "

The signing algorithm for the certificate.

\n@return The signing algorithm for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SigningAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SigningAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SigningAlgorithm", "setterDocumentation" : "

The signing algorithm for the certificate.

\n@param signingAlgorithm The signing algorithm for the certificate.", "setterMethodName" : "setSigningAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signingAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "signingAlgorithm", "variableType" : "String", "documentation" : "

The signing algorithm for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ValidFromDate" : { "beanStyleGetterMethodName" : "getValidFromDate", "beanStyleSetterMethodName" : "setValidFromDate", "c2jName" : "ValidFromDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The beginning date that the certificate is valid.

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

The beginning date that the certificate is valid.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validFromDate", "fluentSetterDocumentation" : "

The beginning date that the certificate is valid.

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

The beginning date that the certificate is valid.

\n@return The beginning date that the certificate is valid.", "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" : "ValidFromDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidFromDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ValidFromDate", "setterDocumentation" : "

The beginning date that the certificate is valid.

\n@param validFromDate The beginning date that the certificate is valid.", "setterMethodName" : "setValidFromDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validFromDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validFromDate", "variableType" : "java.time.Instant", "documentation" : "

The beginning date that the certificate is valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ValidToDate" : { "beanStyleGetterMethodName" : "getValidToDate", "beanStyleSetterMethodName" : "setValidToDate", "c2jName" : "ValidToDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The final date that the certificate is valid.

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

The final date that the certificate is valid.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validToDate", "fluentSetterDocumentation" : "

The final date that the certificate is valid.

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

The final date that the certificate is valid.

\n@return The final date that the certificate is valid.", "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" : "ValidToDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidToDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ValidToDate", "setterDocumentation" : "

The final date that the certificate is valid.

\n@param validToDate The final date that the certificate is valid.", "setterMethodName" : "setValidToDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validToDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validToDate", "variableType" : "java.time.Instant", "documentation" : "

The final date that the certificate is valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateIdentifier", "beanStyleSetterMethodName" : "setCertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

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

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateIdentifier", "fluentSetterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateIdentifier", "getterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateIdentifier", "setterDocumentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

\n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "setterMethodName" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateCreationDate", "beanStyleSetterMethodName" : "setCertificateCreationDate", "c2jName" : "CertificateCreationDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The date that the certificate was created.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #certificateCreationDate(Instant)}.\n@param certificateCreationDate 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 #certificateCreationDate(Instant)", "deprecated" : false, "documentation" : "

The date that the certificate was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateCreationDate", "fluentSetterDocumentation" : "

The date that the certificate was created.

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

The date that the certificate was created.

\n@return The date that the certificate was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateCreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CertificateCreationDate", "setterDocumentation" : "

The date that the certificate was created.

\n@param certificateCreationDate The date that the certificate was created.", "setterMethodName" : "setCertificateCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "certificateCreationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "certificateCreationDate", "variableType" : "java.time.Instant", "documentation" : "

The date that the certificate was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

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

The contents of the .pem X.509 certificate file for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificatePem", "fluentSetterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificatePem", "getterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@return The contents of the .pem X.509 certificate file for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificatePem", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificatePem", "setterDocumentation" : "

The contents of the .pem X.509 certificate file for the certificate.

\n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.", "setterMethodName" : "setCertificatePem", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : "

The contents of the .pem X.509 certificate file for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateWallet", "beanStyleSetterMethodName" : "setCertificateWallet", "c2jName" : "CertificateWallet", "c2jShape" : "CertificateWallet", "defaultConsumerFluentSetterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

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

The location of the imported Oracle Wallet certificate for use with SSL.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateWallet", "fluentSetterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateWallet", "getterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\n

\nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n

\n@return The location of the imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateWallet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "CertificateWallet", "setterDocumentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

\nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

\n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : null, "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The location of the imported Oracle Wallet certificate for use with SSL.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateOwner", "beanStyleSetterMethodName" : "setCertificateOwner", "c2jName" : "CertificateOwner", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The owner of the certificate.

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

The owner of the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateOwner", "fluentSetterDocumentation" : "

The owner of the certificate.

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

The owner of the certificate.

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

The owner of the certificate.

\n@param certificateOwner The owner of the certificate.", "setterMethodName" : "setCertificateOwner", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateOwner", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateOwner", "variableType" : "String", "documentation" : "

The owner of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidFromDate", "beanStyleSetterMethodName" : "setValidFromDate", "c2jName" : "ValidFromDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The beginning date that the certificate is valid.

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

The beginning date that the certificate is valid.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validFromDate", "fluentSetterDocumentation" : "

The beginning date that the certificate is valid.

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

The beginning date that the certificate is valid.

\n@return The beginning date that the certificate is valid.", "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" : "ValidFromDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidFromDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ValidFromDate", "setterDocumentation" : "

The beginning date that the certificate is valid.

\n@param validFromDate The beginning date that the certificate is valid.", "setterMethodName" : "setValidFromDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validFromDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validFromDate", "variableType" : "java.time.Instant", "documentation" : "

The beginning date that the certificate is valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidToDate", "beanStyleSetterMethodName" : "setValidToDate", "c2jName" : "ValidToDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The final date that the certificate is valid.

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

The final date that the certificate is valid.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validToDate", "fluentSetterDocumentation" : "

The final date that the certificate is valid.

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

The final date that the certificate is valid.

\n@return The final date that the certificate is valid.", "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" : "ValidToDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidToDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ValidToDate", "setterDocumentation" : "

The final date that the certificate is valid.

\n@param validToDate The final date that the certificate is valid.", "setterMethodName" : "setValidToDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validToDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "validToDate", "variableType" : "java.time.Instant", "documentation" : "

The final date that the certificate is valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigningAlgorithm", "beanStyleSetterMethodName" : "setSigningAlgorithm", "c2jName" : "SigningAlgorithm", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The signing algorithm for the certificate.

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

The signing algorithm for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "signingAlgorithm", "fluentSetterDocumentation" : "

The signing algorithm for the certificate.

\n@param signingAlgorithm The signing algorithm for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signingAlgorithm", "getterDocumentation" : "

The signing algorithm for the certificate.

\n@return The signing algorithm for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SigningAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SigningAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SigningAlgorithm", "setterDocumentation" : "

The signing algorithm for the certificate.

\n@param signingAlgorithm The signing algorithm for the certificate.", "setterMethodName" : "setSigningAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signingAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "signingAlgorithm", "variableType" : "String", "documentation" : "

The signing algorithm for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyLength", "beanStyleSetterMethodName" : "setKeyLength", "c2jName" : "KeyLength", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The key length of the cryptographic algorithm being used.

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

The key length of the cryptographic algorithm being used.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "keyLength", "fluentSetterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@param keyLength The key length of the cryptographic algorithm being used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyLength", "getterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@return The key length of the cryptographic algorithm being used.", "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" : "KeyLength", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyLength", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "KeyLength", "setterDocumentation" : "

The key length of the cryptographic algorithm being used.

\n@param keyLength The key length of the cryptographic algorithm being used.", "setterMethodName" : "setKeyLength", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "keyLength", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "keyLength", "variableType" : "Integer", "documentation" : "

The key length of the cryptographic algorithm being used.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Certificate", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "wrapper" : false }, "CompressionTypeValue" : { "c2jName" : "CompressionTypeValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "GZIP", "value" : "gzip" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CompressionTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CompressionTypeValue", "variableName" : "compressionTypeValue", "variableType" : "CompressionTypeValue", "documentation" : null, "simpleType" : "CompressionTypeValue", "variableSetterType" : "CompressionTypeValue" }, "wrapper" : false }, "Connection" : { "c2jName" : "Connection", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The connection status.

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

The connection status.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The connection status.

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

The connection status.

\n@return The connection status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The connection status.

\n@param status The connection status.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The connection status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The error message when the connection last failed.

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

The error message when the connection last failed.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

The error message when the connection last failed.

\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

The error message when the connection last failed.

\n@return The error message when the connection last failed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

The error message when the connection last failed.

\n@param lastFailureMessage The error message when the connection last failed.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

The error message when the connection last failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

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

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

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

The replication instance identifier. This parameter is stored as a lowercase string.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@return The replication instance identifier. This parameter is stored as a lowercase string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndpointIdentifier" : { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

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

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastFailureMessage" : { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The error message when the connection last failed.

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

The error message when the connection last failed.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

The error message when the connection last failed.

\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

The error message when the connection last failed.

\n@return The error message when the connection last failed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

The error message when the connection last failed.

\n@param lastFailureMessage The error message when the connection last failed.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

The error message when the connection last failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceIdentifier" : { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

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

The replication instance identifier. This parameter is stored as a lowercase string.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@return The replication instance identifier. This parameter is stored as a lowercase string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The connection status.

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

The connection status.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The connection status.

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

The connection status.

\n@return The connection status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The connection status.

\n@param status The connection status.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The connection status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

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

The Amazon Resource Name (ARN) of the replication instance.

\n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

\n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The connection status.

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

The connection status.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The connection status.

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

The connection status.

\n@return The connection status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The connection status.

\n@param status The connection status.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The connection status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The error message when the connection last failed.

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

The error message when the connection last failed.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

The error message when the connection last failed.

\n@param lastFailureMessage The error message when the connection last failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

The error message when the connection last failed.

\n@return The error message when the connection last failed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

The error message when the connection last failed.

\n@param lastFailureMessage The error message when the connection last failed.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

The error message when the connection last failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

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

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@return The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

The identifier of the endpoint. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

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

The replication instance identifier. This parameter is stored as a lowercase string.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@return The replication instance identifier. This parameter is stored as a lowercase string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateEndpoint", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.CreateEndpoint", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

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

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

The type of endpoint.

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

The type of endpoint.

", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

The type of endpoint.

\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

The type of endpoint.

\n

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

\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

The type of endpoint.

\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

The type of endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

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

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The user name to be used to login to the endpoint database.

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

The user name to be used to login to the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@return The user name to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@param username The user name to be used to login to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

The user name to be used to login to the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

The password to be used to login to the endpoint database.

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

The password to be used to login to the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

The password to be used to login to the endpoint database.

\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

The password to be used to login to the endpoint database.

\n@return The password to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

The password to be used to login to the endpoint database.

\n@param password The password to be used to login to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

The password to be used to login to the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the server where the endpoint database resides.

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

The name of the server where the endpoint database resides.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

The name of the server where the endpoint database resides.

\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

The name of the server where the endpoint database resides.

\n@return The name of the server where the endpoint database resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

The name of the server where the endpoint database resides.

\n@param serverName The name of the server where the endpoint database resides.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

The name of the server where the endpoint database resides.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The port used by the endpoint database.

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

The port used by the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

The port used by the endpoint database.

\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

The port used by the endpoint database.

\n@return The port used by the endpoint database.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

The port used by the endpoint database.

\n@param port The port used by the endpoint database.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

The port used by the endpoint database.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the endpoint database.

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

The name of the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

The name of the endpoint database.

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

The name of the endpoint database.

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

The name of the endpoint database.

\n@param databaseName The name of the endpoint database.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

The name of the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Additional attributes associated with the connection.

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

Additional attributes associated with the connection.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

Additional attributes associated with the connection.

\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

Additional attributes associated with the connection.

\n@return Additional attributes associated with the connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

Additional attributes associated with the connection.

\n@param extraConnectionAttributes Additional attributes associated with the connection.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

Additional attributes associated with the connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

Tags to be added to the endpoint.

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

Tags to be added to the endpoint.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be added to the endpoint.

\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be added to the endpoint.

\n

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

\n@return Tags to be added to the endpoint.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

Tags to be added to the endpoint.

\n@param tags Tags to be added to the endpoint.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags to be added to the endpoint.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

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

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n@param sslMode The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n

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

\n@return The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n@param sslMode The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

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

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

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

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

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

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DatabaseName" : { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the endpoint database.

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

The name of the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

The name of the endpoint database.

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

The name of the endpoint database.

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

The name of the endpoint database.

\n@param databaseName The name of the endpoint database.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

The name of the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DynamoDbSettings" : { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

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

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, "EndpointIdentifier" : { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

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

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndpointType" : { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

The type of endpoint.

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

The type of endpoint.

", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

The type of endpoint.

\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

The type of endpoint.

\n

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

\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

The type of endpoint.

\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

The type of endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineName" : { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

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

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExtraConnectionAttributes" : { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Additional attributes associated with the connection.

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

Additional attributes associated with the connection.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

Additional attributes associated with the connection.

\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

Additional attributes associated with the connection.

\n@return Additional attributes associated with the connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

Additional attributes associated with the connection.

\n@param extraConnectionAttributes Additional attributes associated with the connection.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

Additional attributes associated with the connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MongoDbSettings" : { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

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

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, "Password" : { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

The password to be used to login to the endpoint database.

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

The password to be used to login to the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

The password to be used to login to the endpoint database.

\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

The password to be used to login to the endpoint database.

\n@return The password to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

The password to be used to login to the endpoint database.

\n@param password The password to be used to login to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

The password to be used to login to the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The port used by the endpoint database.

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

The port used by the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

The port used by the endpoint database.

\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

The port used by the endpoint database.

\n@return The port used by the endpoint database.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

The port used by the endpoint database.

\n@param port The port used by the endpoint database.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

The port used by the endpoint database.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "S3Settings" : { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

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

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, "ServerName" : { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the server where the endpoint database resides.

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

The name of the server where the endpoint database resides.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

The name of the server where the endpoint database resides.

\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

The name of the server where the endpoint database resides.

\n@return The name of the server where the endpoint database resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

The name of the server where the endpoint database resides.

\n@param serverName The name of the server where the endpoint database resides.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

The name of the server where the endpoint database resides.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslMode" : { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

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

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n@param sslMode The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n

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

\n@return The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n@param sslMode The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

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

Tags to be added to the endpoint.

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

Tags to be added to the endpoint.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be added to the endpoint.

\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be added to the endpoint.

\n

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

\n@return Tags to be added to the endpoint.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

Tags to be added to the endpoint.

\n@param tags Tags to be added to the endpoint.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags to be added to the endpoint.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Username" : { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The user name to be used to login to the endpoint database.

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

The user name to be used to login to the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@return The user name to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@param username The user name to be used to login to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

The user name to be used to login to the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

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

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

\n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

The type of endpoint.

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

The type of endpoint.

", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

The type of endpoint.

\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

The type of endpoint.

\n

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

\n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

The type of endpoint.

\n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

The type of endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

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

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

\n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The user name to be used to login to the endpoint database.

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

The user name to be used to login to the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@return The user name to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

The user name to be used to login to the endpoint database.

\n@param username The user name to be used to login to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

The user name to be used to login to the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

The password to be used to login to the endpoint database.

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

The password to be used to login to the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

The password to be used to login to the endpoint database.

\n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

The password to be used to login to the endpoint database.

\n@return The password to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

The password to be used to login to the endpoint database.

\n@param password The password to be used to login to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

The password to be used to login to the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the server where the endpoint database resides.

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

The name of the server where the endpoint database resides.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

The name of the server where the endpoint database resides.

\n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

The name of the server where the endpoint database resides.

\n@return The name of the server where the endpoint database resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

The name of the server where the endpoint database resides.

\n@param serverName The name of the server where the endpoint database resides.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

The name of the server where the endpoint database resides.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The port used by the endpoint database.

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

The port used by the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

The port used by the endpoint database.

\n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

The port used by the endpoint database.

\n@return The port used by the endpoint database.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

The port used by the endpoint database.

\n@param port The port used by the endpoint database.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

The port used by the endpoint database.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the endpoint database.

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

The name of the endpoint database.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

The name of the endpoint database.

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

The name of the endpoint database.

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

The name of the endpoint database.

\n@param databaseName The name of the endpoint database.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

The name of the endpoint database.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

Additional attributes associated with the connection.

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

Additional attributes associated with the connection.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

Additional attributes associated with the connection.

\n@param extraConnectionAttributes Additional attributes associated with the connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

Additional attributes associated with the connection.

\n@return Additional attributes associated with the connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

Additional attributes associated with the connection.

\n@param extraConnectionAttributes Additional attributes associated with the connection.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

Additional attributes associated with the connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

Tags to be added to the endpoint.

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

Tags to be added to the endpoint.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be added to the endpoint.

\n@param tags Tags to be added to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be added to the endpoint.

\n

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

\n@return Tags to be added to the endpoint.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

Tags to be added to the endpoint.

\n@param tags Tags to be added to the endpoint.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags to be added to the endpoint.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

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

The Amazon Resource Name (ARN) for the certificate.

\n@param certificateArn The Amazon Resource Name (ARN) for the certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

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

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n@param sslMode The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n

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

\n@return The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

\n@param sslMode The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

The SSL mode to use for the SSL connection.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

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

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

\n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

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

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

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

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

\n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointIdentifier", "EndpointType", "EngineName" ], "shapeName" : "CreateEndpointRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateEndpointRequest", "variableName" : "createEndpointRequest", "variableType" : "CreateEndpointRequest", "documentation" : null, "simpleType" : "CreateEndpointRequest", "variableSetterType" : "CreateEndpointRequest" }, "wrapper" : false }, "CreateEndpointResponse" : { "c2jName" : "CreateEndpointResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

The endpoint that was created.

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

The endpoint that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

The endpoint that was created.

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

The endpoint that was created.

\n@return The endpoint that was created.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

The endpoint that was created.

\n@param endpoint The endpoint that was created.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

The endpoint that was created.

", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Endpoint" : { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

The endpoint that was created.

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

The endpoint that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

The endpoint that was created.

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

The endpoint that was created.

\n@return The endpoint that was created.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

The endpoint that was created.

\n@param endpoint The endpoint that was created.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

The endpoint that was created.

", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

The endpoint that was created.

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

The endpoint that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

The endpoint that was created.

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

The endpoint that was created.

\n@return The endpoint that was created.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

The endpoint that was created.

\n@param endpoint The endpoint that was created.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

The endpoint that was created.

", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateEndpointResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateEndpointResponse", "variableName" : "createEndpointResponse", "variableType" : "CreateEndpointResponse", "documentation" : null, "simpleType" : "CreateEndpointResponse", "variableSetterType" : "CreateEndpointResponse" }, "wrapper" : false }, "CreateEventSubscriptionRequest" : { "c2jName" : "CreateEventSubscriptionMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateEventSubscription", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.CreateEventSubscription", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

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

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@param subscriptionName The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@return The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@param subscriptionName The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

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

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

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

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n

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

\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceIds", "beanStyleSetterMethodName" : "setSourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "defaultConsumerFluentSetterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

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

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIds", "fluentSetterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIds", "getterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n

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

\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.", "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" : "SourceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SourceIds", "setterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setSourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

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

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

A tag to be attached to the event subscription.

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

A tag to be attached to the event subscription.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A tag to be attached to the event subscription.

\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A tag to be attached to the event subscription.

\n

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

\n@return A tag to be attached to the event subscription.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

A tag to be attached to the event subscription.

\n@param tags A tag to be attached to the event subscription.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

A tag to be attached to the event subscription.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

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

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EventCategories" : { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n

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

\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnsTopicArn" : { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

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

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceIds" : { "beanStyleGetterMethodName" : "getSourceIds", "beanStyleSetterMethodName" : "setSourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "defaultConsumerFluentSetterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

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

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIds", "fluentSetterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIds", "getterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n

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

\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.", "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" : "SourceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SourceIds", "setterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setSourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

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

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubscriptionName" : { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

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

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@param subscriptionName The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@return The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@param subscriptionName The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

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

A tag to be attached to the event subscription.

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

A tag to be attached to the event subscription.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A tag to be attached to the event subscription.

\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A tag to be attached to the event subscription.

\n

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

\n@return A tag to be attached to the event subscription.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

A tag to be attached to the event subscription.

\n@param tags A tag to be attached to the event subscription.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

A tag to be attached to the event subscription.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

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

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@param subscriptionName The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@return The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

\n@param subscriptionName The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

The name of the DMS event notification subscription.

Constraints: The name must be less than 255 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

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

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

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

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@return The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

\n@param sourceType The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

The type of AWS DMS resource that generates the events. For example, if you want to be notified of events generated by a replication instance, you set this parameter to replication-instance. If this value is not specified, all events are returned.

Valid values: replication-instance | migration-task

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n

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

\n@return A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

\n@param eventCategories A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

A list of event categories for a source type that you want to subscribe to. You can see a list of the categories for a given source type by calling the DescribeEventCategories action or in the topic Working with Events and Notifications in the AWS Database Migration Service User Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceIds", "beanStyleSetterMethodName" : "setSourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "defaultConsumerFluentSetterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

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

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIds", "fluentSetterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIds", "getterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n

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

\n@return The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.", "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" : "SourceIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SourceIds", "setterDocumentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

\n@param sourceIds The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setSourceIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIds", "variableType" : "java.util.List", "documentation" : "

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

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

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@return A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

\n@param enabled A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

A tag to be attached to the event subscription.

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

A tag to be attached to the event subscription.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

A tag to be attached to the event subscription.

\n@param tags A tag to be attached to the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

A tag to be attached to the event subscription.

\n

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

\n@return A tag to be attached to the event subscription.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

A tag to be attached to the event subscription.

\n@param tags A tag to be attached to the event subscription.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

A tag to be attached to the event subscription.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubscriptionName", "SnsTopicArn" ], "shapeName" : "CreateEventSubscriptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateEventSubscriptionRequest", "variableName" : "createEventSubscriptionRequest", "variableType" : "CreateEventSubscriptionRequest", "documentation" : null, "simpleType" : "CreateEventSubscriptionRequest", "variableSetterType" : "CreateEventSubscriptionRequest" }, "wrapper" : false }, "CreateEventSubscriptionResponse" : { "c2jName" : "CreateEventSubscriptionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

The event subscription that was created.

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

The event subscription that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

The event subscription that was created.

\n@param eventSubscription The event subscription that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

The event subscription that was created.

\n@return The event subscription that was created.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

The event subscription that was created.

\n@param eventSubscription The event subscription that was created.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

The event subscription that was created.

", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventSubscription" : { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

The event subscription that was created.

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

The event subscription that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

The event subscription that was created.

\n@param eventSubscription The event subscription that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

The event subscription that was created.

\n@return The event subscription that was created.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

The event subscription that was created.

\n@param eventSubscription The event subscription that was created.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

The event subscription that was created.

", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

The event subscription that was created.

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

The event subscription that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

The event subscription that was created.

\n@param eventSubscription The event subscription that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

The event subscription that was created.

\n@return The event subscription that was created.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

The event subscription that was created.

\n@param eventSubscription The event subscription that was created.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

The event subscription that was created.

", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateEventSubscriptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateEventSubscriptionResponse", "variableName" : "createEventSubscriptionResponse", "variableType" : "CreateEventSubscriptionResponse", "documentation" : null, "simpleType" : "CreateEventSubscriptionResponse", "variableSetterType" : "CreateEventSubscriptionResponse" }, "wrapper" : false }, "CreateReplicationInstanceRequest" : { "c2jName" : "CreateReplicationInstanceMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateReplicationInstance", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.CreateReplicationInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

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

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

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

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@return The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

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

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

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

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@return The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcSecurityGroupIds", "beanStyleSetterMethodName" : "setVpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds 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 #vpcSecurityGroupIds(List)", "deprecated" : false, "documentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupIds", "fluentSetterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupIds", "getterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n

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

\n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "setterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "setterMethodName" : "setVpcSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

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

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@return The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AvailabilityZone", "setterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A subnet group to associate with the replication instance.

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

A subnet group to associate with the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

A subnet group to associate with the replication instance.

\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

A subnet group to associate with the replication instance.

\n@return A subnet group to associate with the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

A subnet group to associate with the replication instance.

\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

A subnet group to associate with the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

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

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@return The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The engine version number of the replication instance.

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

The engine version number of the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

The engine version number of the replication instance.

\n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

The engine version number of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

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

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

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

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true", "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" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Tags to be associated with the replication instance.

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

Tags to be associated with the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be associated with the replication instance.

\n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be associated with the replication instance.

\n

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

\n@return Tags to be associated with the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

Tags to be associated with the replication instance.

\n@param tags Tags to be associated with the replication instance.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags to be associated with the replication instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPubliclyAccessible", "beanStyleSetterMethodName" : "setPubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

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

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "publiclyAccessible", "fluentSetterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publiclyAccessible", "getterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "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" : "PubliclyAccessible", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "setterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "setterMethodName" : "setPubliclyAccessible", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllocatedStorage" : { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

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

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

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

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

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

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true", "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" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AvailabilityZone" : { "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

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

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@return The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AvailabilityZone", "setterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The engine version number of the replication instance.

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

The engine version number of the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

The engine version number of the replication instance.

\n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

The engine version number of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MultiAZ" : { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

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

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@return The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PubliclyAccessible" : { "beanStyleGetterMethodName" : "getPubliclyAccessible", "beanStyleSetterMethodName" : "setPubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

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

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "publiclyAccessible", "fluentSetterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publiclyAccessible", "getterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "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" : "PubliclyAccessible", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "setterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "setterMethodName" : "setPubliclyAccessible", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceClass" : { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

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

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@return The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceIdentifier" : { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

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

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

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

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@return The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationSubnetGroupIdentifier" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A subnet group to associate with the replication instance.

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

A subnet group to associate with the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

A subnet group to associate with the replication instance.

\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

A subnet group to associate with the replication instance.

\n@return A subnet group to associate with the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

A subnet group to associate with the replication instance.

\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

A subnet group to associate with the replication instance.

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

Tags to be associated with the replication instance.

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

Tags to be associated with the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be associated with the replication instance.

\n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be associated with the replication instance.

\n

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

\n@return Tags to be associated with the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

Tags to be associated with the replication instance.

\n@param tags Tags to be associated with the replication instance.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags to be associated with the replication instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "VpcSecurityGroupIds" : { "beanStyleGetterMethodName" : "getVpcSecurityGroupIds", "beanStyleSetterMethodName" : "setVpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds 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 #vpcSecurityGroupIds(List)", "deprecated" : false, "documentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupIds", "fluentSetterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupIds", "getterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n

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

\n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "setterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "setterMethodName" : "setVpcSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

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

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

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

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@return The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

\n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

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

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@return The amount of storage (in gigabytes) to be initially allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

\n@param allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

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

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@return The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

\n@param replicationInstanceClass The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

The compute and memory capacity of the replication instance as specified by the replication instance class.

Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcSecurityGroupIds", "beanStyleSetterMethodName" : "setVpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds 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 #vpcSecurityGroupIds(List)", "deprecated" : false, "documentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupIds", "fluentSetterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupIds", "getterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n

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

\n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "setterDocumentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

\n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "setterMethodName" : "setVpcSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : "

Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

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

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@return The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AvailabilityZone", "setterDocumentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

\n@param availabilityZone The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

The EC2 Availability Zone that the replication instance will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

A subnet group to associate with the replication instance.

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

A subnet group to associate with the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

A subnet group to associate with the replication instance.

\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

A subnet group to associate with the replication instance.

\n@return A subnet group to associate with the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

A subnet group to associate with the replication instance.

\n@param replicationSubnetGroupIdentifier A subnet group to associate with the replication instance.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

A subnet group to associate with the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

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

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@return The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

\n@param preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

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

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

\n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The engine version number of the replication instance.

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

The engine version number of the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

The engine version number of the replication instance.

\n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

The engine version number of the replication instance.

\n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

The engine version number of the replication instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

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

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

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

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@return Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true", "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" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

\n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Default: true

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

Tags to be associated with the replication instance.

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

Tags to be associated with the replication instance.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags to be associated with the replication instance.

\n@param tags Tags to be associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags to be associated with the replication instance.

\n

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

\n@return Tags to be associated with the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

Tags to be associated with the replication instance.

\n@param tags Tags to be associated with the replication instance.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags to be associated with the replication instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

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

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@return The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

\n@param kmsKeyId The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The KMS key identifier that will be used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPubliclyAccessible", "beanStyleSetterMethodName" : "setPubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

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

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "publiclyAccessible", "fluentSetterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publiclyAccessible", "getterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "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" : "PubliclyAccessible", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "setterDocumentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

\n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "setterMethodName" : "setPubliclyAccessible", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : "

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationInstanceIdentifier", "ReplicationInstanceClass" ], "shapeName" : "CreateReplicationInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReplicationInstanceRequest", "variableName" : "createReplicationInstanceRequest", "variableType" : "CreateReplicationInstanceRequest", "documentation" : null, "simpleType" : "CreateReplicationInstanceRequest", "variableSetterType" : "CreateReplicationInstanceRequest" }, "wrapper" : false }, "CreateReplicationInstanceResponse" : { "c2jName" : "CreateReplicationInstanceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

The replication instance that was created.

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

The replication instance that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

The replication instance that was created.

\n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

The replication instance that was created.

\n@return The replication instance that was created.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

The replication instance that was created.

\n@param replicationInstance The replication instance that was created.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

The replication instance that was created.

", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationInstance" : { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

The replication instance that was created.

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

The replication instance that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

The replication instance that was created.

\n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

The replication instance that was created.

\n@return The replication instance that was created.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

The replication instance that was created.

\n@param replicationInstance The replication instance that was created.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

The replication instance that was created.

", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

The replication instance that was created.

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

The replication instance that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

The replication instance that was created.

\n@param replicationInstance The replication instance that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

The replication instance that was created.

\n@return The replication instance that was created.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

The replication instance that was created.

\n@param replicationInstance The replication instance that was created.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

The replication instance that was created.

", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReplicationInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateReplicationInstanceResponse", "variableName" : "createReplicationInstanceResponse", "variableType" : "CreateReplicationInstanceResponse", "documentation" : null, "simpleType" : "CreateReplicationInstanceResponse", "variableSetterType" : "CreateReplicationInstanceResponse" }, "wrapper" : false }, "CreateReplicationSubnetGroupRequest" : { "c2jName" : "CreateReplicationSubnetGroupMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateReplicationSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.CreateReplicationSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

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

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

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

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@return The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The description for the subnet group.

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

The description for the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

The description for the subnet group.

\n@return The description for the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

The description for the subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The EC2 subnet IDs for the subnet group.

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

The EC2 subnet IDs for the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n

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

\n@return The EC2 subnet IDs for the subnet group.", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

The EC2 subnet IDs for the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tag to be assigned to the subnet group.

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

The tag to be assigned to the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tag to be assigned to the subnet group.

\n

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

\n@return The tag to be assigned to the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tag to be assigned to the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationSubnetGroupDescription" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The description for the subnet group.

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

The description for the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

The description for the subnet group.

\n@return The description for the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

The description for the subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationSubnetGroupIdentifier" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

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

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

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

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@return The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetIds" : { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The EC2 subnet IDs for the subnet group.

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

The EC2 subnet IDs for the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n

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

\n@return The EC2 subnet IDs for the subnet group.", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

The EC2 subnet IDs for the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tag to be assigned to the subnet group.

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

The tag to be assigned to the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tag to be assigned to the subnet group.

\n

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

\n@return The tag to be assigned to the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tag to be assigned to the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

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

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

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

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@return The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

\n@param replicationSubnetGroupIdentifier The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be \"default\".

Example: mySubnetgroup

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The description for the subnet group.

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

The description for the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

The description for the subnet group.

\n@return The description for the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

The description for the subnet group.

\n@param replicationSubnetGroupDescription The description for the subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

The description for the subnet group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

The EC2 subnet IDs for the subnet group.

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

The EC2 subnet IDs for the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n

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

\n@return The EC2 subnet IDs for the subnet group.", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "

The EC2 subnet IDs for the subnet group.

\n@param subnetIds The EC2 subnet IDs for the subnet group.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

The EC2 subnet IDs for the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The tag to be assigned to the subnet group.

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

The tag to be assigned to the subnet group.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tag to be assigned to the subnet group.

\n

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

\n@return The tag to be assigned to the subnet group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

The tag to be assigned to the subnet group.

\n@param tags The tag to be assigned to the subnet group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The tag to be assigned to the subnet group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationSubnetGroupIdentifier", "ReplicationSubnetGroupDescription", "SubnetIds" ], "shapeName" : "CreateReplicationSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReplicationSubnetGroupRequest", "variableName" : "createReplicationSubnetGroupRequest", "variableType" : "CreateReplicationSubnetGroupRequest", "documentation" : null, "simpleType" : "CreateReplicationSubnetGroupRequest", "variableSetterType" : "CreateReplicationSubnetGroupRequest" }, "wrapper" : false }, "CreateReplicationSubnetGroupResponse" : { "c2jName" : "CreateReplicationSubnetGroupResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

The replication subnet group that was created.

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

The replication subnet group that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

The replication subnet group that was created.

\n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

The replication subnet group that was created.

\n@return The replication subnet group that was created.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

The replication subnet group that was created.

\n@param replicationSubnetGroup The replication subnet group that was created.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

The replication subnet group that was created.

", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationSubnetGroup" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

The replication subnet group that was created.

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

The replication subnet group that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

The replication subnet group that was created.

\n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

The replication subnet group that was created.

\n@return The replication subnet group that was created.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

The replication subnet group that was created.

\n@param replicationSubnetGroup The replication subnet group that was created.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

The replication subnet group that was created.

", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

The replication subnet group that was created.

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

The replication subnet group that was created.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

The replication subnet group that was created.

\n@param replicationSubnetGroup The replication subnet group that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

The replication subnet group that was created.

\n@return The replication subnet group that was created.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

The replication subnet group that was created.

\n@param replicationSubnetGroup The replication subnet group that was created.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

The replication subnet group that was created.

", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReplicationSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateReplicationSubnetGroupResponse", "variableName" : "createReplicationSubnetGroupResponse", "variableType" : "CreateReplicationSubnetGroupResponse", "documentation" : null, "simpleType" : "CreateReplicationSubnetGroupResponse", "variableSetterType" : "CreateReplicationSubnetGroupResponse" }, "wrapper" : false }, "CreateReplicationTaskRequest" : { "c2jName" : "CreateReplicationTaskMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateReplicationTask", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.CreateReplicationTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The replication task identifier.

Constraints:

  • Must contain from 1 to 255 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

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

The replication task identifier.

Constraints:

  • Must contain from 1 to 255 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

The replication task identifier.

Constraints:

  • Must contain from 1 to 255 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

\n@param replicationTaskIdentifier The replication task identifier.

Constraints:

  • Must contain from 1 to 255 alphanumeric characters or hyphens.

  • First character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

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

    The replication task identifier.

    Constraints:

    • Must contain from 1 to 255 alphanumeric characters or hyphens.

    • First character must be a letter.

    • Cannot end with a hyphen or contain two consecutive hyphens.

    \n@return The replication task identifier.

    Constraints:

    • Must contain from 1 to 255 alphanumeric characters or hyphens.

    • First character must be a letter.

    • Cannot end with a hyphen or contain two consecutive hyphens.

    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

      The replication task identifier.

      Constraints:

      • Must contain from 1 to 255 alphanumeric characters or hyphens.

      • First character must be a letter.

      • Cannot end with a hyphen or contain two consecutive hyphens.

      \n@param replicationTaskIdentifier The replication task identifier.

      Constraints:

      • Must contain from 1 to 255 alphanumeric characters or hyphens.

      • First character must be a letter.

      • Cannot end with a hyphen or contain two consecutive hyphens.

      • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

        The replication task identifier.

        Constraints:

        • Must contain from 1 to 255 alphanumeric characters or hyphens.

        • First character must be a letter.

        • Cannot end with a hyphen or contain two consecutive hyphens.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceEndpointArn", "beanStyleSetterMethodName" : "setSourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceEndpointArn", "fluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

        \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "targetEndpointArn", "fluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

        \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) of the replication instance.

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

        The Amazon Resource Name (ARN) of the replication instance.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) of the replication instance.

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

        The Amazon Resource Name (ARN) of the replication instance.

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

        The Amazon Resource Name (ARN) of the replication instance.

        \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

        The Amazon Resource Name (ARN) of the replication instance.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

        The migration type.

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

        The migration type.

        ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

        The migration type.

        \n@param migrationType The migration type.\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

        The migration type.

        \n

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

        \n@return The migration type.\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

        The migration type.

        \n@param migrationType The migration type.\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

        The migration type.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json

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

        When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

        When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json

        \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

        When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json

        \n@return When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

        When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json

        \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

        When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

        For example, --table-mappings file://mappingfile.json

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

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

        Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

        Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

        \n@param replicationTaskSettings Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

        Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

        \n@return Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

        Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

        \n@param replicationTaskSettings Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

        Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

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

        The start time for the Change Data Capture (CDC) operation.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

        \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

        The start time for the Change Data Capture (CDC) operation.

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

        Tags to be added to the replication instance.

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

        Tags to be added to the replication instance.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

        Tags to be added to the replication instance.

        \n@param tags Tags to be added to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

        Tags to be added to the replication instance.

        \n

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

        \n@return Tags to be added to the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

        Tags to be added to the replication instance.

        \n@param tags Tags to be added to the replication instance.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

        Tags to be added to the replication instance.

        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CdcStartTime" : { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

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

        The start time for the Change Data Capture (CDC) operation.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

        \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

        The start time for the Change Data Capture (CDC) operation.

        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

        The start time for the Change Data Capture (CDC) operation.

        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "MigrationType" : { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

        The migration type.

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

        The migration type.

        ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

        The migration type.

        \n@param migrationType The migration type.\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

        The migration type.

        \n

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

        \n@return The migration type.\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

        The migration type.

        \n@param migrationType The migration type.\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

        The migration type.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) of the replication instance.

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

        The Amazon Resource Name (ARN) of the replication instance.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

        The Amazon Resource Name (ARN) of the replication instance.

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

        The Amazon Resource Name (ARN) of the replication instance.

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

        The Amazon Resource Name (ARN) of the replication instance.

        \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

        The Amazon Resource Name (ARN) of the replication instance.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskIdentifier" : { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

        The replication task identifier.

        Constraints:

        • Must contain from 1 to 255 alphanumeric characters or hyphens.

        • First character must be a letter.

        • Cannot end with a hyphen or contain two consecutive hyphens.

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

        The replication task identifier.

        Constraints:

        • Must contain from 1 to 255 alphanumeric characters or hyphens.

        • First character must be a letter.

        • Cannot end with a hyphen or contain two consecutive hyphens.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

        The replication task identifier.

        Constraints:

        • Must contain from 1 to 255 alphanumeric characters or hyphens.

        • First character must be a letter.

        • Cannot end with a hyphen or contain two consecutive hyphens.

        \n@param replicationTaskIdentifier The replication task identifier.

        Constraints:

        • Must contain from 1 to 255 alphanumeric characters or hyphens.

        • First character must be a letter.

        • Cannot end with a hyphen or contain two consecutive hyphens.

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

          The replication task identifier.

          Constraints:

          • Must contain from 1 to 255 alphanumeric characters or hyphens.

          • First character must be a letter.

          • Cannot end with a hyphen or contain two consecutive hyphens.

          \n@return The replication task identifier.

          Constraints:

          • Must contain from 1 to 255 alphanumeric characters or hyphens.

          • First character must be a letter.

          • Cannot end with a hyphen or contain two consecutive hyphens.

          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

            The replication task identifier.

            Constraints:

            • Must contain from 1 to 255 alphanumeric characters or hyphens.

            • First character must be a letter.

            • Cannot end with a hyphen or contain two consecutive hyphens.

            \n@param replicationTaskIdentifier The replication task identifier.

            Constraints:

            • Must contain from 1 to 255 alphanumeric characters or hyphens.

            • First character must be a letter.

            • Cannot end with a hyphen or contain two consecutive hyphens.

            • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

              The replication task identifier.

              Constraints:

              • Must contain from 1 to 255 alphanumeric characters or hyphens.

              • First character must be a letter.

              • Cannot end with a hyphen or contain two consecutive hyphens.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskSettings" : { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

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

              Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

              Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

              \n@param replicationTaskSettings Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

              Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

              \n@return Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

              Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

              \n@param replicationTaskSettings Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

              Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceEndpointArn" : { "beanStyleGetterMethodName" : "getSourceEndpointArn", "beanStyleSetterMethodName" : "setSourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceEndpointArn", "fluentSetterDocumentation" : "

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

              \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableMappings" : { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json

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

              When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

              When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json

              \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

              When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json

              \n@return When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

              When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json

              \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

              When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

              For example, --table-mappings file://mappingfile.json

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

              Tags to be added to the replication instance.

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

              Tags to be added to the replication instance.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

              Tags to be added to the replication instance.

              \n@param tags Tags to be added to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

              Tags to be added to the replication instance.

              \n

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

              \n@return Tags to be added to the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

              Tags to be added to the replication instance.

              \n@param tags Tags to be added to the replication instance.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

              Tags to be added to the replication instance.

              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "TargetEndpointArn" : { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "targetEndpointArn", "fluentSetterDocumentation" : "

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

              \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

              The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

              The replication task identifier.

              Constraints:

              • Must contain from 1 to 255 alphanumeric characters or hyphens.

              • First character must be a letter.

              • Cannot end with a hyphen or contain two consecutive hyphens.

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

              The replication task identifier.

              Constraints:

              • Must contain from 1 to 255 alphanumeric characters or hyphens.

              • First character must be a letter.

              • Cannot end with a hyphen or contain two consecutive hyphens.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

              The replication task identifier.

              Constraints:

              • Must contain from 1 to 255 alphanumeric characters or hyphens.

              • First character must be a letter.

              • Cannot end with a hyphen or contain two consecutive hyphens.

              \n@param replicationTaskIdentifier The replication task identifier.

              Constraints:

              • Must contain from 1 to 255 alphanumeric characters or hyphens.

              • First character must be a letter.

              • Cannot end with a hyphen or contain two consecutive hyphens.

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

                The replication task identifier.

                Constraints:

                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                • First character must be a letter.

                • Cannot end with a hyphen or contain two consecutive hyphens.

                \n@return The replication task identifier.

                Constraints:

                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                • First character must be a letter.

                • Cannot end with a hyphen or contain two consecutive hyphens.

                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                  The replication task identifier.

                  Constraints:

                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                  • First character must be a letter.

                  • Cannot end with a hyphen or contain two consecutive hyphens.

                  \n@param replicationTaskIdentifier The replication task identifier.

                  Constraints:

                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                  • First character must be a letter.

                  • Cannot end with a hyphen or contain two consecutive hyphens.

                  • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                    The replication task identifier.

                    Constraints:

                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                    • First character must be a letter.

                    • Cannot end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceEndpointArn", "beanStyleSetterMethodName" : "setSourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceEndpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "targetEndpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

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

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

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

                    The Amazon Resource Name (ARN) of the replication instance.

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

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The migration type.

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

                    The migration type.

                    ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

                    The migration type.

                    \n@param migrationType The migration type.\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

                    The migration type.

                    \n

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

                    \n@return The migration type.\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

                    The migration type.

                    \n@param migrationType The migration type.\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                    The migration type.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json

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

                    When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

                    When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json

                    \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                    When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json

                    \n@return When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

                    When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json

                    \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                    When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                    For example, --table-mappings file://mappingfile.json

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

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

                    Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

                    Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

                    \n@param replicationTaskSettings Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                    Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

                    \n@return Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

                    Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

                    \n@param replicationTaskSettings Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                    Settings for the task, such as target metadata settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The start time for the Change Data Capture (CDC) operation.

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

                    The start time for the Change Data Capture (CDC) operation.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                    The start time for the Change Data Capture (CDC) operation.

                    \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                    The start time for the Change Data Capture (CDC) operation.

                    \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

                    The start time for the Change Data Capture (CDC) operation.

                    \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                    The start time for the Change Data Capture (CDC) operation.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    Tags to be added to the replication instance.

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

                    Tags to be added to the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                    Tags to be added to the replication instance.

                    \n@param tags Tags to be added to the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    Tags to be added to the replication instance.

                    \n

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

                    \n@return Tags to be added to the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                    Tags to be added to the replication instance.

                    \n@param tags Tags to be added to the replication instance.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    Tags to be added to the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskIdentifier", "SourceEndpointArn", "TargetEndpointArn", "ReplicationInstanceArn", "MigrationType", "TableMappings" ], "shapeName" : "CreateReplicationTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReplicationTaskRequest", "variableName" : "createReplicationTaskRequest", "variableType" : "CreateReplicationTaskRequest", "documentation" : null, "simpleType" : "CreateReplicationTaskRequest", "variableSetterType" : "CreateReplicationTaskRequest" }, "wrapper" : false }, "CreateReplicationTaskResponse" : { "c2jName" : "CreateReplicationTaskResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                    The replication task that was created.

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

                    The replication task that was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                    The replication task that was created.

                    \n@param replicationTask The replication task that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                    The replication task that was created.

                    \n@return The replication task that was created.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                    The replication task that was created.

                    \n@param replicationTask The replication task that was created.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                    The replication task that was created.

                    ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTask" : { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                    The replication task that was created.

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

                    The replication task that was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                    The replication task that was created.

                    \n@param replicationTask The replication task that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                    The replication task that was created.

                    \n@return The replication task that was created.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                    The replication task that was created.

                    \n@param replicationTask The replication task that was created.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                    The replication task that was created.

                    ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                    The replication task that was created.

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

                    The replication task that was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                    The replication task that was created.

                    \n@param replicationTask The replication task that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                    The replication task that was created.

                    \n@return The replication task that was created.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                    The replication task that was created.

                    \n@param replicationTask The replication task that was created.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                    The replication task that was created.

                    ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReplicationTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateReplicationTaskResponse", "variableName" : "createReplicationTaskResponse", "variableType" : "CreateReplicationTaskResponse", "documentation" : null, "simpleType" : "CreateReplicationTaskResponse", "variableSetterType" : "CreateReplicationTaskResponse" }, "wrapper" : false }, "DeleteCertificateRequest" : { "c2jName" : "DeleteCertificateMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteCertificate", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DeleteCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the deleted certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the deleted certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

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

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the deleted certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the deleted certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn" ], "shapeName" : "DeleteCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCertificateRequest", "variableName" : "deleteCertificateRequest", "variableType" : "DeleteCertificateRequest", "documentation" : null, "simpleType" : "DeleteCertificateRequest", "variableSetterType" : "DeleteCertificateRequest" }, "wrapper" : false }, "DeleteCertificateResponse" : { "c2jName" : "DeleteCertificateResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

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

                    The Secure Sockets Layer (SSL) certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@param certificate The Secure Sockets Layer (SSL) certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@return The Secure Sockets Layer (SSL) certificate.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Certificate", "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@param certificate The Secure Sockets Layer (SSL) certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    ", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificate" : { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

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

                    The Secure Sockets Layer (SSL) certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@param certificate The Secure Sockets Layer (SSL) certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@return The Secure Sockets Layer (SSL) certificate.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Certificate", "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@param certificate The Secure Sockets Layer (SSL) certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    ", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

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

                    The Secure Sockets Layer (SSL) certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@param certificate The Secure Sockets Layer (SSL) certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@return The Secure Sockets Layer (SSL) certificate.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Certificate", "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    \n@param certificate The Secure Sockets Layer (SSL) certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : "

                    The Secure Sockets Layer (SSL) certificate.

                    ", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteCertificateResponse", "variableName" : "deleteCertificateResponse", "variableType" : "DeleteCertificateResponse", "documentation" : null, "simpleType" : "DeleteCertificateResponse", "variableSetterType" : "DeleteCertificateResponse" }, "wrapper" : false }, "DeleteEndpointRequest" : { "c2jName" : "DeleteEndpointMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteEndpoint", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DeleteEndpoint", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointArn" ], "shapeName" : "DeleteEndpointRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteEndpointRequest", "variableName" : "deleteEndpointRequest", "variableType" : "DeleteEndpointRequest", "documentation" : null, "simpleType" : "DeleteEndpointRequest", "variableSetterType" : "DeleteEndpointRequest" }, "wrapper" : false }, "DeleteEndpointResponse" : { "c2jName" : "DeleteEndpointResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The endpoint that was deleted.

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

                    The endpoint that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                    The endpoint that was deleted.

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

                    The endpoint that was deleted.

                    \n@return The endpoint that was deleted.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

                    The endpoint that was deleted.

                    \n@param endpoint The endpoint that was deleted.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                    The endpoint that was deleted.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Endpoint" : { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The endpoint that was deleted.

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

                    The endpoint that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                    The endpoint that was deleted.

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

                    The endpoint that was deleted.

                    \n@return The endpoint that was deleted.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

                    The endpoint that was deleted.

                    \n@param endpoint The endpoint that was deleted.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                    The endpoint that was deleted.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The endpoint that was deleted.

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

                    The endpoint that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                    The endpoint that was deleted.

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

                    The endpoint that was deleted.

                    \n@return The endpoint that was deleted.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

                    The endpoint that was deleted.

                    \n@param endpoint The endpoint that was deleted.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                    The endpoint that was deleted.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteEndpointResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteEndpointResponse", "variableName" : "deleteEndpointResponse", "variableType" : "DeleteEndpointResponse", "documentation" : null, "simpleType" : "DeleteEndpointResponse", "variableSetterType" : "DeleteEndpointResponse" }, "wrapper" : false }, "DeleteEventSubscriptionRequest" : { "c2jName" : "DeleteEventSubscriptionMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteEventSubscription", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DeleteEventSubscription", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

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

                    The name of the DMS event notification subscription to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@param subscriptionName The name of the DMS event notification subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@return The name of the DMS event notification subscription to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@param subscriptionName The name of the DMS event notification subscription to be deleted.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubscriptionName" : { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

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

                    The name of the DMS event notification subscription to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@param subscriptionName The name of the DMS event notification subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@return The name of the DMS event notification subscription to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@param subscriptionName The name of the DMS event notification subscription to be deleted.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

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

                    The name of the DMS event notification subscription to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@param subscriptionName The name of the DMS event notification subscription to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@return The name of the DMS event notification subscription to be deleted.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    \n@param subscriptionName The name of the DMS event notification subscription to be deleted.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the DMS event notification subscription to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubscriptionName" ], "shapeName" : "DeleteEventSubscriptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteEventSubscriptionRequest", "variableName" : "deleteEventSubscriptionRequest", "variableType" : "DeleteEventSubscriptionRequest", "documentation" : null, "simpleType" : "DeleteEventSubscriptionRequest", "variableSetterType" : "DeleteEventSubscriptionRequest" }, "wrapper" : false }, "DeleteEventSubscriptionResponse" : { "c2jName" : "DeleteEventSubscriptionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

                    The event subscription that was deleted.

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

                    The event subscription that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

                    The event subscription that was deleted.

                    \n@param eventSubscription The event subscription that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

                    The event subscription that was deleted.

                    \n@return The event subscription that was deleted.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

                    The event subscription that was deleted.

                    \n@param eventSubscription The event subscription that was deleted.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

                    The event subscription that was deleted.

                    ", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventSubscription" : { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

                    The event subscription that was deleted.

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

                    The event subscription that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

                    The event subscription that was deleted.

                    \n@param eventSubscription The event subscription that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

                    The event subscription that was deleted.

                    \n@return The event subscription that was deleted.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

                    The event subscription that was deleted.

                    \n@param eventSubscription The event subscription that was deleted.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

                    The event subscription that was deleted.

                    ", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

                    The event subscription that was deleted.

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

                    The event subscription that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

                    The event subscription that was deleted.

                    \n@param eventSubscription The event subscription that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

                    The event subscription that was deleted.

                    \n@return The event subscription that was deleted.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

                    The event subscription that was deleted.

                    \n@param eventSubscription The event subscription that was deleted.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

                    The event subscription that was deleted.

                    ", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteEventSubscriptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteEventSubscriptionResponse", "variableName" : "deleteEventSubscriptionResponse", "variableType" : "DeleteEventSubscriptionResponse", "documentation" : null, "simpleType" : "DeleteEventSubscriptionResponse", "variableSetterType" : "DeleteEventSubscriptionResponse" }, "wrapper" : false }, "DeleteReplicationInstanceRequest" : { "c2jName" : "DeleteReplicationInstanceMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteReplicationInstance", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DeleteReplicationInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance to be deleted.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationInstanceArn" ], "shapeName" : "DeleteReplicationInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReplicationInstanceRequest", "variableName" : "deleteReplicationInstanceRequest", "variableType" : "DeleteReplicationInstanceRequest", "documentation" : null, "simpleType" : "DeleteReplicationInstanceRequest", "variableSetterType" : "DeleteReplicationInstanceRequest" }, "wrapper" : false }, "DeleteReplicationInstanceResponse" : { "c2jName" : "DeleteReplicationInstanceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instance that was deleted.

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

                    The replication instance that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

                    The replication instance that was deleted.

                    \n@param replicationInstance The replication instance that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                    The replication instance that was deleted.

                    \n@return The replication instance that was deleted.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

                    The replication instance that was deleted.

                    \n@param replicationInstance The replication instance that was deleted.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                    The replication instance that was deleted.

                    ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationInstance" : { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instance that was deleted.

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

                    The replication instance that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

                    The replication instance that was deleted.

                    \n@param replicationInstance The replication instance that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                    The replication instance that was deleted.

                    \n@return The replication instance that was deleted.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

                    The replication instance that was deleted.

                    \n@param replicationInstance The replication instance that was deleted.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                    The replication instance that was deleted.

                    ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instance that was deleted.

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

                    The replication instance that was deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

                    The replication instance that was deleted.

                    \n@param replicationInstance The replication instance that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                    The replication instance that was deleted.

                    \n@return The replication instance that was deleted.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

                    The replication instance that was deleted.

                    \n@param replicationInstance The replication instance that was deleted.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                    The replication instance that was deleted.

                    ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReplicationInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteReplicationInstanceResponse", "variableName" : "deleteReplicationInstanceResponse", "variableType" : "DeleteReplicationInstanceResponse", "documentation" : null, "simpleType" : "DeleteReplicationInstanceResponse", "variableSetterType" : "DeleteReplicationInstanceResponse" }, "wrapper" : false }, "DeleteReplicationSubnetGroupRequest" : { "c2jName" : "DeleteReplicationSubnetGroupMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteReplicationSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DeleteReplicationSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The subnet group name of the replication instance.

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

                    The subnet group name of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                    The subnet group name of the replication instance.

                    \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                    The subnet group name of the replication instance.

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

                    The subnet group name of the replication instance.

                    \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                    The subnet group name of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationSubnetGroupIdentifier" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The subnet group name of the replication instance.

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

                    The subnet group name of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                    The subnet group name of the replication instance.

                    \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                    The subnet group name of the replication instance.

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

                    The subnet group name of the replication instance.

                    \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                    The subnet group name of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The subnet group name of the replication instance.

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

                    The subnet group name of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                    The subnet group name of the replication instance.

                    \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                    The subnet group name of the replication instance.

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

                    The subnet group name of the replication instance.

                    \n@param replicationSubnetGroupIdentifier The subnet group name of the replication instance.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                    The subnet group name of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationSubnetGroupIdentifier" ], "shapeName" : "DeleteReplicationSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReplicationSubnetGroupRequest", "variableName" : "deleteReplicationSubnetGroupRequest", "variableType" : "DeleteReplicationSubnetGroupRequest", "documentation" : null, "simpleType" : "DeleteReplicationSubnetGroupRequest", "variableSetterType" : "DeleteReplicationSubnetGroupRequest" }, "wrapper" : false }, "DeleteReplicationSubnetGroupResponse" : { "c2jName" : "DeleteReplicationSubnetGroupResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReplicationSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteReplicationSubnetGroupResponse", "variableName" : "deleteReplicationSubnetGroupResponse", "variableType" : "DeleteReplicationSubnetGroupResponse", "documentation" : null, "simpleType" : "DeleteReplicationSubnetGroupResponse", "variableSetterType" : "DeleteReplicationSubnetGroupResponse" }, "wrapper" : false }, "DeleteReplicationTaskRequest" : { "c2jName" : "DeleteReplicationTaskMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteReplicationTask", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DeleteReplicationTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

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

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be deleted.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task to be deleted.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskArn" ], "shapeName" : "DeleteReplicationTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReplicationTaskRequest", "variableName" : "deleteReplicationTaskRequest", "variableType" : "DeleteReplicationTaskRequest", "documentation" : null, "simpleType" : "DeleteReplicationTaskRequest", "variableSetterType" : "DeleteReplicationTaskRequest" }, "wrapper" : false }, "DeleteReplicationTaskResponse" : { "c2jName" : "DeleteReplicationTaskResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                    The deleted replication task.

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

                    The deleted replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                    The deleted replication task.

                    \n@param replicationTask The deleted replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                    The deleted replication task.

                    \n@return The deleted replication task.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                    The deleted replication task.

                    \n@param replicationTask The deleted replication task.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                    The deleted replication task.

                    ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTask" : { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                    The deleted replication task.

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

                    The deleted replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                    The deleted replication task.

                    \n@param replicationTask The deleted replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                    The deleted replication task.

                    \n@return The deleted replication task.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                    The deleted replication task.

                    \n@param replicationTask The deleted replication task.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                    The deleted replication task.

                    ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                    The deleted replication task.

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

                    The deleted replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                    The deleted replication task.

                    \n@param replicationTask The deleted replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                    The deleted replication task.

                    \n@return The deleted replication task.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                    The deleted replication task.

                    \n@param replicationTask The deleted replication task.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                    The deleted replication task.

                    ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReplicationTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteReplicationTaskResponse", "variableName" : "deleteReplicationTaskResponse", "variableType" : "DeleteReplicationTaskResponse", "documentation" : null, "simpleType" : "DeleteReplicationTaskResponse", "variableSetterType" : "DeleteReplicationTaskResponse" }, "wrapper" : false }, "DescribeAccountAttributesRequest" : { "c2jName" : "DescribeAccountAttributesMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAccountAttributes", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeAccountAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountAttributesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAccountAttributesRequest", "variableName" : "describeAccountAttributesRequest", "variableType" : "DescribeAccountAttributesRequest", "documentation" : null, "simpleType" : "DescribeAccountAttributesRequest", "variableSetterType" : "DescribeAccountAttributesRequest" }, "wrapper" : false }, "DescribeAccountAttributesResponse" : { "c2jName" : "DescribeAccountAttributesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAccountQuotas", "beanStyleSetterMethodName" : "setAccountQuotas", "c2jName" : "AccountQuotas", "c2jShape" : "AccountQuotaList", "defaultConsumerFluentSetterDocumentation" : "

                    Account quota information.

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

                    Account quota information.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "accountQuotas", "fluentSetterDocumentation" : "

                    Account quota information.

                    \n@param accountQuotas Account quota information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountQuotas", "getterDocumentation" : "

                    Account quota information.

                    \n

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

                    \n@return Account quota information.", "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" : "AccountQuotas", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AccountQuota", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AccountQuota.Builder} avoiding the need to create one manually via {@link AccountQuota#builder()}.\n\nWhen the {@link Consumer} completes, {@link AccountQuota.Builder#build()} is called immediately and its result is passed to {@link #member(AccountQuota)}.\n@param member a consumer that will call methods on {@link AccountQuota.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AccountQuota)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "AccountQuota", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : null, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "simple" : false, "variable" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : "", "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AccountQuota", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AccountQuota", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AccountQuotas", "setterDocumentation" : "

                    Account quota information.

                    \n@param accountQuotas Account quota information.", "setterMethodName" : "setAccountQuotas", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : "

                    Account quota information.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountQuotas" : { "beanStyleGetterMethodName" : "getAccountQuotas", "beanStyleSetterMethodName" : "setAccountQuotas", "c2jName" : "AccountQuotas", "c2jShape" : "AccountQuotaList", "defaultConsumerFluentSetterDocumentation" : "

                    Account quota information.

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

                    Account quota information.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "accountQuotas", "fluentSetterDocumentation" : "

                    Account quota information.

                    \n@param accountQuotas Account quota information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountQuotas", "getterDocumentation" : "

                    Account quota information.

                    \n

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

                    \n@return Account quota information.", "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" : "AccountQuotas", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AccountQuota", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AccountQuota.Builder} avoiding the need to create one manually via {@link AccountQuota#builder()}.\n\nWhen the {@link Consumer} completes, {@link AccountQuota.Builder#build()} is called immediately and its result is passed to {@link #member(AccountQuota)}.\n@param member a consumer that will call methods on {@link AccountQuota.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AccountQuota)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "AccountQuota", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : null, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "simple" : false, "variable" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : "", "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AccountQuota", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AccountQuota", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AccountQuotas", "setterDocumentation" : "

                    Account quota information.

                    \n@param accountQuotas Account quota information.", "setterMethodName" : "setAccountQuotas", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : "

                    Account quota information.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccountQuotas", "beanStyleSetterMethodName" : "setAccountQuotas", "c2jName" : "AccountQuotas", "c2jShape" : "AccountQuotaList", "defaultConsumerFluentSetterDocumentation" : "

                    Account quota information.

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

                    Account quota information.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "accountQuotas", "fluentSetterDocumentation" : "

                    Account quota information.

                    \n@param accountQuotas Account quota information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountQuotas", "getterDocumentation" : "

                    Account quota information.

                    \n

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

                    \n@return Account quota information.", "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" : "AccountQuotas", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountQuotas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AccountQuota", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AccountQuota.Builder} avoiding the need to create one manually via {@link AccountQuota#builder()}.\n\nWhen the {@link Consumer} completes, {@link AccountQuota.Builder#build()} is called immediately and its result is passed to {@link #member(AccountQuota)}.\n@param member a consumer that will call methods on {@link AccountQuota.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AccountQuota)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "AccountQuota", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : null, "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "simple" : false, "variable" : { "variableDeclarationType" : "AccountQuota", "variableName" : "member", "variableType" : "AccountQuota", "documentation" : "", "simpleType" : "AccountQuota", "variableSetterType" : "AccountQuota" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AccountQuota", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AccountQuota", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AccountQuotas", "setterDocumentation" : "

                    Account quota information.

                    \n@param accountQuotas Account quota information.", "setterMethodName" : "setAccountQuotas", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accountQuotas", "variableType" : "java.util.List", "documentation" : "

                    Account quota information.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeAccountAttributesResponse", "variableName" : "describeAccountAttributesResponse", "variableType" : "DescribeAccountAttributesResponse", "documentation" : null, "simpleType" : "DescribeAccountAttributesResponse", "variableSetterType" : "DescribeAccountAttributesResponse" }, "wrapper" : false }, "DescribeCertificatesRequest" : { "c2jName" : "DescribeCertificatesMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeCertificates", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeCertificates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

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

                    Filters applied to the certificate described in the form of key-value pairs.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n@param filters Filters applied to the certificate described in the form of key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n

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

                    \n@return Filters applied to the certificate described in the form of key-value pairs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n@param filters Filters applied to the certificate described in the form of key-value pairs.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

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

                    Filters applied to the certificate described in the form of key-value pairs.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n@param filters Filters applied to the certificate described in the form of key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n

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

                    \n@return Filters applied to the certificate described in the form of key-value pairs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n@param filters Filters applied to the certificate described in the form of key-value pairs.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

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

                    Filters applied to the certificate described in the form of key-value pairs.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n@param filters Filters applied to the certificate described in the form of key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n

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

                    \n@return Filters applied to the certificate described in the form of key-value pairs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    \n@param filters Filters applied to the certificate described in the form of key-value pairs.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the certificate described in the form of key-value pairs.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 10

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCertificatesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCertificatesRequest", "variableName" : "describeCertificatesRequest", "variableType" : "DescribeCertificatesRequest", "documentation" : null, "simpleType" : "DescribeCertificatesRequest", "variableSetterType" : "DescribeCertificatesRequest" }, "wrapper" : false }, "DescribeCertificatesResponse" : { "c2jName" : "DescribeCertificatesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

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

                    The pagination token.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    The pagination token.

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

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    The pagination token.

                    \n@param marker The pagination token.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    The pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates 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 #certificates(List)", "deprecated" : false, "documentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n@param certificates The Secure Sockets Layer (SSL) certificates associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n

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

                    \n@return The Secure Sockets Layer (SSL) certificates associated with the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Certificates", "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n@param certificates The Secure Sockets Layer (SSL) certificates associated with the replication instance.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificates" : { "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates 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 #certificates(List)", "deprecated" : false, "documentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n@param certificates The Secure Sockets Layer (SSL) certificates associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n

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

                    \n@return The Secure Sockets Layer (SSL) certificates associated with the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Certificates", "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n@param certificates The Secure Sockets Layer (SSL) certificates associated with the replication instance.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

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

                    The pagination token.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    The pagination token.

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

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    The pagination token.

                    \n@param marker The pagination token.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    The pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The pagination token.

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

                    The pagination token.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    The pagination token.

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

                    The pagination token.

                    \n@return The pagination token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    The pagination token.

                    \n@param marker The pagination token.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    The pagination token.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificates", "beanStyleSetterMethodName" : "setCertificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "defaultConsumerFluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificates(List)}.\n@param certificates 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 #certificates(List)", "deprecated" : false, "documentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificates", "fluentSetterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n@param certificates The Secure Sockets Layer (SSL) certificates associated with the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificates", "getterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n

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

                    \n@return The Secure Sockets Layer (SSL) certificates associated with the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #member(Certificate)}.\n@param member a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Certificate)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "member", "variableType" : "Certificate", "documentation" : "", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Certificate", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Certificate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Certificates", "setterDocumentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    \n@param certificates The Secure Sockets Layer (SSL) certificates associated with the replication instance.", "setterMethodName" : "setCertificates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificates", "variableType" : "java.util.List", "documentation" : "

                    The Secure Sockets Layer (SSL) certificates associated with the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCertificatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCertificatesResponse", "variableName" : "describeCertificatesResponse", "variableType" : "DescribeCertificatesResponse", "documentation" : null, "simpleType" : "DescribeCertificatesResponse", "variableSetterType" : "DescribeCertificatesResponse" }, "wrapper" : false }, "DescribeConnectionsRequest" : { "c2jName" : "DescribeConnectionsMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeConnections", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeConnections", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

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

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n@param filters The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n

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

                    \n@return The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n@param filters The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

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

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n@param filters The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n

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

                    \n@return The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n@param filters The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

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

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n@param filters The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n

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

                    \n@return The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    \n@param filters The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    The filters applied to the connection.

                    Valid filter names: endpoint-arn | replication-instance-arn

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeConnectionsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeConnectionsRequest", "variableName" : "describeConnectionsRequest", "variableType" : "DescribeConnectionsRequest", "documentation" : null, "simpleType" : "DescribeConnectionsRequest", "variableSetterType" : "DescribeConnectionsRequest" }, "wrapper" : false }, "DescribeConnectionsResponse" : { "c2jName" : "DescribeConnectionsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConnections", "beanStyleSetterMethodName" : "setConnections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the connections.

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

                    A description of the connections.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "connections", "fluentSetterDocumentation" : "

                    A description of the connections.

                    \n@param connections A description of the connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connections", "getterDocumentation" : "

                    A description of the connections.

                    \n

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

                    \n@return A description of the connections.", "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" : "Connections", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #member(Connection)}.\n@param member a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connection)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connection", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connection", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Connections", "setterDocumentation" : "

                    A description of the connections.

                    \n@param connections A description of the connections.", "setterMethodName" : "setConnections", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : "

                    A description of the connections.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Connections" : { "beanStyleGetterMethodName" : "getConnections", "beanStyleSetterMethodName" : "setConnections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the connections.

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

                    A description of the connections.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "connections", "fluentSetterDocumentation" : "

                    A description of the connections.

                    \n@param connections A description of the connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connections", "getterDocumentation" : "

                    A description of the connections.

                    \n

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

                    \n@return A description of the connections.", "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" : "Connections", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #member(Connection)}.\n@param member a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connection)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connection", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connection", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Connections", "setterDocumentation" : "

                    A description of the connections.

                    \n@param connections A description of the connections.", "setterMethodName" : "setConnections", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : "

                    A description of the connections.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getConnections", "beanStyleSetterMethodName" : "setConnections", "c2jName" : "Connections", "c2jShape" : "ConnectionList", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the connections.

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

                    A description of the connections.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "connections", "fluentSetterDocumentation" : "

                    A description of the connections.

                    \n@param connections A description of the connections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connections", "getterDocumentation" : "

                    A description of the connections.

                    \n

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

                    \n@return A description of the connections.", "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" : "Connections", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Connections", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #member(Connection)}.\n@param member a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connection)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "member", "variableType" : "Connection", "documentation" : "", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connection", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connection", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Connections", "setterDocumentation" : "

                    A description of the connections.

                    \n@param connections A description of the connections.", "setterMethodName" : "setConnections", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connections", "variableType" : "java.util.List", "documentation" : "

                    A description of the connections.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeConnectionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeConnectionsResponse", "variableName" : "describeConnectionsResponse", "variableType" : "DescribeConnectionsResponse", "documentation" : null, "simpleType" : "DescribeConnectionsResponse", "variableSetterType" : "DescribeConnectionsResponse" }, "wrapper" : false }, "DescribeEndpointTypesRequest" : { "c2jName" : "DescribeEndpointTypesMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeEndpointTypes", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeEndpointTypes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

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

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

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

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

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

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: engine-name | endpoint-type

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEndpointTypesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEndpointTypesRequest", "variableName" : "describeEndpointTypesRequest", "variableType" : "DescribeEndpointTypesRequest", "documentation" : null, "simpleType" : "DescribeEndpointTypesRequest", "variableSetterType" : "DescribeEndpointTypesRequest" }, "wrapper" : false }, "DescribeEndpointTypesResponse" : { "c2jName" : "DescribeEndpointTypesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSupportedEndpointTypes", "beanStyleSetterMethodName" : "setSupportedEndpointTypes", "c2jName" : "SupportedEndpointTypes", "c2jShape" : "SupportedEndpointTypeList", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoints that are supported.

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

                    The type of endpoints that are supported.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "supportedEndpointTypes", "fluentSetterDocumentation" : "

                    The type of endpoints that are supported.

                    \n@param supportedEndpointTypes The type of endpoints that are supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportedEndpointTypes", "getterDocumentation" : "

                    The type of endpoints that are supported.

                    \n

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

                    \n@return The type of endpoints that are supported.", "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" : "SupportedEndpointTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SupportedEndpointTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SupportedEndpointType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SupportedEndpointType.Builder} avoiding the need to create one manually via {@link SupportedEndpointType#builder()}.\n\nWhen the {@link Consumer} completes, {@link SupportedEndpointType.Builder#build()} is called immediately and its result is passed to {@link #member(SupportedEndpointType)}.\n@param member a consumer that will call methods on {@link SupportedEndpointType.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SupportedEndpointType)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "SupportedEndpointType", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "simple" : false, "variable" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : "", "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SupportedEndpointType", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SupportedEndpointType", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SupportedEndpointTypes", "setterDocumentation" : "

                    The type of endpoints that are supported.

                    \n@param supportedEndpointTypes The type of endpoints that are supported.", "setterMethodName" : "setSupportedEndpointTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : "

                    The type of endpoints that are supported.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SupportedEndpointTypes" : { "beanStyleGetterMethodName" : "getSupportedEndpointTypes", "beanStyleSetterMethodName" : "setSupportedEndpointTypes", "c2jName" : "SupportedEndpointTypes", "c2jShape" : "SupportedEndpointTypeList", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoints that are supported.

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

                    The type of endpoints that are supported.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "supportedEndpointTypes", "fluentSetterDocumentation" : "

                    The type of endpoints that are supported.

                    \n@param supportedEndpointTypes The type of endpoints that are supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportedEndpointTypes", "getterDocumentation" : "

                    The type of endpoints that are supported.

                    \n

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

                    \n@return The type of endpoints that are supported.", "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" : "SupportedEndpointTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SupportedEndpointTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SupportedEndpointType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SupportedEndpointType.Builder} avoiding the need to create one manually via {@link SupportedEndpointType#builder()}.\n\nWhen the {@link Consumer} completes, {@link SupportedEndpointType.Builder#build()} is called immediately and its result is passed to {@link #member(SupportedEndpointType)}.\n@param member a consumer that will call methods on {@link SupportedEndpointType.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SupportedEndpointType)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "SupportedEndpointType", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "simple" : false, "variable" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : "", "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SupportedEndpointType", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SupportedEndpointType", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SupportedEndpointTypes", "setterDocumentation" : "

                    The type of endpoints that are supported.

                    \n@param supportedEndpointTypes The type of endpoints that are supported.", "setterMethodName" : "setSupportedEndpointTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : "

                    The type of endpoints that are supported.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSupportedEndpointTypes", "beanStyleSetterMethodName" : "setSupportedEndpointTypes", "c2jName" : "SupportedEndpointTypes", "c2jShape" : "SupportedEndpointTypeList", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoints that are supported.

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

                    The type of endpoints that are supported.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "supportedEndpointTypes", "fluentSetterDocumentation" : "

                    The type of endpoints that are supported.

                    \n@param supportedEndpointTypes The type of endpoints that are supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportedEndpointTypes", "getterDocumentation" : "

                    The type of endpoints that are supported.

                    \n

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

                    \n@return The type of endpoints that are supported.", "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" : "SupportedEndpointTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SupportedEndpointTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SupportedEndpointType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SupportedEndpointType.Builder} avoiding the need to create one manually via {@link SupportedEndpointType#builder()}.\n\nWhen the {@link Consumer} completes, {@link SupportedEndpointType.Builder#build()} is called immediately and its result is passed to {@link #member(SupportedEndpointType)}.\n@param member a consumer that will call methods on {@link SupportedEndpointType.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SupportedEndpointType)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "SupportedEndpointType", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "simple" : false, "variable" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "member", "variableType" : "SupportedEndpointType", "documentation" : "", "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SupportedEndpointType", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SupportedEndpointType", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SupportedEndpointTypes", "setterDocumentation" : "

                    The type of endpoints that are supported.

                    \n@param supportedEndpointTypes The type of endpoints that are supported.", "setterMethodName" : "setSupportedEndpointTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "supportedEndpointTypes", "variableType" : "java.util.List", "documentation" : "

                    The type of endpoints that are supported.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEndpointTypesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEndpointTypesResponse", "variableName" : "describeEndpointTypesResponse", "variableType" : "DescribeEndpointTypesResponse", "documentation" : null, "simpleType" : "DescribeEndpointTypesResponse", "variableSetterType" : "DescribeEndpointTypesResponse" }, "wrapper" : false }, "DescribeEndpointsRequest" : { "c2jName" : "DescribeEndpointsMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeEndpoints", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeEndpoints", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

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

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

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

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

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

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEndpointsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEndpointsRequest", "variableName" : "describeEndpointsRequest", "variableType" : "DescribeEndpointsRequest", "documentation" : null, "simpleType" : "DescribeEndpointsRequest", "variableSetterType" : "DescribeEndpointsRequest" }, "wrapper" : false }, "DescribeEndpointsResponse" : { "c2jName" : "DescribeEndpointsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpoints", "beanStyleSetterMethodName" : "setEndpoints", "c2jName" : "Endpoints", "c2jShape" : "EndpointList", "defaultConsumerFluentSetterDocumentation" : "

                    Endpoint description.

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

                    Endpoint description.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoints", "fluentSetterDocumentation" : "

                    Endpoint description.

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

                    Endpoint description.

                    \n

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

                    \n@return Endpoint description.", "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" : "Endpoints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #member(Endpoint)}.\n@param member a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Endpoint)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Endpoint", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Endpoint", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Endpoints", "setterDocumentation" : "

                    Endpoint description.

                    \n@param endpoints Endpoint description.", "setterMethodName" : "setEndpoints", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpoints", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpoints", "variableType" : "java.util.List", "documentation" : "

                    Endpoint description.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Endpoints" : { "beanStyleGetterMethodName" : "getEndpoints", "beanStyleSetterMethodName" : "setEndpoints", "c2jName" : "Endpoints", "c2jShape" : "EndpointList", "defaultConsumerFluentSetterDocumentation" : "

                    Endpoint description.

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

                    Endpoint description.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoints", "fluentSetterDocumentation" : "

                    Endpoint description.

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

                    Endpoint description.

                    \n

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

                    \n@return Endpoint description.", "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" : "Endpoints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #member(Endpoint)}.\n@param member a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Endpoint)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Endpoint", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Endpoint", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Endpoints", "setterDocumentation" : "

                    Endpoint description.

                    \n@param endpoints Endpoint description.", "setterMethodName" : "setEndpoints", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpoints", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpoints", "variableType" : "java.util.List", "documentation" : "

                    Endpoint description.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpoints", "beanStyleSetterMethodName" : "setEndpoints", "c2jName" : "Endpoints", "c2jShape" : "EndpointList", "defaultConsumerFluentSetterDocumentation" : "

                    Endpoint description.

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

                    Endpoint description.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoints", "fluentSetterDocumentation" : "

                    Endpoint description.

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

                    Endpoint description.

                    \n

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

                    \n@return Endpoint description.", "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" : "Endpoints", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoints", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #member(Endpoint)}.\n@param member a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Endpoint)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "member", "variableType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Endpoint", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Endpoint", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Endpoints", "setterDocumentation" : "

                    Endpoint description.

                    \n@param endpoints Endpoint description.", "setterMethodName" : "setEndpoints", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpoints", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpoints", "variableType" : "java.util.List", "documentation" : "

                    Endpoint description.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEndpointsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEndpointsResponse", "variableName" : "describeEndpointsResponse", "variableType" : "DescribeEndpointsResponse", "documentation" : null, "simpleType" : "DescribeEndpointsResponse", "variableSetterType" : "DescribeEndpointsResponse" }, "wrapper" : false }, "DescribeEventCategoriesRequest" : { "c2jName" : "DescribeEventCategoriesMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeEventCategories", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeEventCategories", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

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

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

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

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

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

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventCategoriesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEventCategoriesRequest", "variableName" : "describeEventCategoriesRequest", "variableType" : "DescribeEventCategoriesRequest", "documentation" : null, "simpleType" : "DescribeEventCategoriesRequest", "variableSetterType" : "DescribeEventCategoriesRequest" }, "wrapper" : false }, "DescribeEventCategoriesResponse" : { "c2jName" : "DescribeEventCategoriesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEventCategoryGroupList", "beanStyleSetterMethodName" : "setEventCategoryGroupList", "c2jName" : "EventCategoryGroupList", "c2jShape" : "EventCategoryGroupList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories.

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

                    A list of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategoryGroupList", "fluentSetterDocumentation" : "

                    A list of event categories.

                    \n@param eventCategoryGroupList A list of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategoryGroupList", "getterDocumentation" : "

                    A list of event categories.

                    \n

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

                    \n@return A list of event categories.", "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" : "EventCategoryGroupList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoryGroupList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventCategoryGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventCategoryGroup.Builder} avoiding the need to create one manually via {@link EventCategoryGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventCategoryGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EventCategoryGroup)}.\n@param member a consumer that will call methods on {@link EventCategoryGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventCategoryGroup)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "EventCategoryGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : null, "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : "", "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventCategoryGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventCategoryGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategoryGroupList", "setterDocumentation" : "

                    A list of event categories.

                    \n@param eventCategoryGroupList A list of event categories.", "setterMethodName" : "setEventCategoryGroupList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoryGroupList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoryGroupList", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventCategoryGroupList" : { "beanStyleGetterMethodName" : "getEventCategoryGroupList", "beanStyleSetterMethodName" : "setEventCategoryGroupList", "c2jName" : "EventCategoryGroupList", "c2jShape" : "EventCategoryGroupList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories.

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

                    A list of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategoryGroupList", "fluentSetterDocumentation" : "

                    A list of event categories.

                    \n@param eventCategoryGroupList A list of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategoryGroupList", "getterDocumentation" : "

                    A list of event categories.

                    \n

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

                    \n@return A list of event categories.", "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" : "EventCategoryGroupList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoryGroupList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventCategoryGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventCategoryGroup.Builder} avoiding the need to create one manually via {@link EventCategoryGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventCategoryGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EventCategoryGroup)}.\n@param member a consumer that will call methods on {@link EventCategoryGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventCategoryGroup)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "EventCategoryGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : null, "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : "", "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventCategoryGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventCategoryGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategoryGroupList", "setterDocumentation" : "

                    A list of event categories.

                    \n@param eventCategoryGroupList A list of event categories.", "setterMethodName" : "setEventCategoryGroupList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoryGroupList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoryGroupList", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEventCategoryGroupList", "beanStyleSetterMethodName" : "setEventCategoryGroupList", "c2jName" : "EventCategoryGroupList", "c2jShape" : "EventCategoryGroupList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories.

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

                    A list of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategoryGroupList", "fluentSetterDocumentation" : "

                    A list of event categories.

                    \n@param eventCategoryGroupList A list of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategoryGroupList", "getterDocumentation" : "

                    A list of event categories.

                    \n

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

                    \n@return A list of event categories.", "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" : "EventCategoryGroupList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoryGroupList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventCategoryGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventCategoryGroup.Builder} avoiding the need to create one manually via {@link EventCategoryGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventCategoryGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EventCategoryGroup)}.\n@param member a consumer that will call methods on {@link EventCategoryGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventCategoryGroup)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "EventCategoryGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : null, "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "member", "variableType" : "EventCategoryGroup", "documentation" : "", "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventCategoryGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventCategoryGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategoryGroupList", "setterDocumentation" : "

                    A list of event categories.

                    \n@param eventCategoryGroupList A list of event categories.", "setterMethodName" : "setEventCategoryGroupList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoryGroupList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoryGroupList", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventCategoriesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEventCategoriesResponse", "variableName" : "describeEventCategoriesResponse", "variableType" : "DescribeEventCategoriesResponse", "documentation" : null, "simpleType" : "DescribeEventCategoriesResponse", "variableSetterType" : "DescribeEventCategoriesResponse" }, "wrapper" : false }, "DescribeEventSubscriptionsRequest" : { "c2jName" : "DescribeEventSubscriptionsMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeEventSubscriptions", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeEventSubscriptions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

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

                    The name of the AWS DMS event subscription to be described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@param subscriptionName The name of the AWS DMS event subscription to be described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@return The name of the AWS DMS event subscription to be described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@param subscriptionName The name of the AWS DMS event subscription to be described.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event subscription to be described.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SubscriptionName" : { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

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

                    The name of the AWS DMS event subscription to be described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@param subscriptionName The name of the AWS DMS event subscription to be described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@return The name of the AWS DMS event subscription to be described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@param subscriptionName The name of the AWS DMS event subscription to be described.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event subscription to be described.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

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

                    The name of the AWS DMS event subscription to be described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@param subscriptionName The name of the AWS DMS event subscription to be described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@return The name of the AWS DMS event subscription to be described.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the AWS DMS event subscription to be described.

                    \n@param subscriptionName The name of the AWS DMS event subscription to be described.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event subscription to be described.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventSubscriptionsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEventSubscriptionsRequest", "variableName" : "describeEventSubscriptionsRequest", "variableType" : "DescribeEventSubscriptionsRequest", "documentation" : null, "simpleType" : "DescribeEventSubscriptionsRequest", "variableSetterType" : "DescribeEventSubscriptionsRequest" }, "wrapper" : false }, "DescribeEventSubscriptionsResponse" : { "c2jName" : "DescribeEventSubscriptionsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventSubscriptionsList", "beanStyleSetterMethodName" : "setEventSubscriptionsList", "c2jName" : "EventSubscriptionsList", "c2jShape" : "EventSubscriptionsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event subscriptions.

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

                    A list of event subscriptions.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscriptionsList", "fluentSetterDocumentation" : "

                    A list of event subscriptions.

                    \n@param eventSubscriptionsList A list of event subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscriptionsList", "getterDocumentation" : "

                    A list of event subscriptions.

                    \n

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

                    \n@return A list of event subscriptions.", "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" : "EventSubscriptionsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscriptionsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #member(EventSubscription)}.\n@param member a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventSubscription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : "", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventSubscription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventSubscription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventSubscriptionsList", "setterDocumentation" : "

                    A list of event subscriptions.

                    \n@param eventSubscriptionsList A list of event subscriptions.", "setterMethodName" : "setEventSubscriptionsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "documentation" : "

                    A list of event subscriptions.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventSubscriptionsList" : { "beanStyleGetterMethodName" : "getEventSubscriptionsList", "beanStyleSetterMethodName" : "setEventSubscriptionsList", "c2jName" : "EventSubscriptionsList", "c2jShape" : "EventSubscriptionsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event subscriptions.

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

                    A list of event subscriptions.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscriptionsList", "fluentSetterDocumentation" : "

                    A list of event subscriptions.

                    \n@param eventSubscriptionsList A list of event subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscriptionsList", "getterDocumentation" : "

                    A list of event subscriptions.

                    \n

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

                    \n@return A list of event subscriptions.", "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" : "EventSubscriptionsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscriptionsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #member(EventSubscription)}.\n@param member a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventSubscription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : "", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventSubscription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventSubscription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventSubscriptionsList", "setterDocumentation" : "

                    A list of event subscriptions.

                    \n@param eventSubscriptionsList A list of event subscriptions.", "setterMethodName" : "setEventSubscriptionsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "documentation" : "

                    A list of event subscriptions.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventSubscriptionsList", "beanStyleSetterMethodName" : "setEventSubscriptionsList", "c2jName" : "EventSubscriptionsList", "c2jShape" : "EventSubscriptionsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event subscriptions.

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

                    A list of event subscriptions.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscriptionsList", "fluentSetterDocumentation" : "

                    A list of event subscriptions.

                    \n@param eventSubscriptionsList A list of event subscriptions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscriptionsList", "getterDocumentation" : "

                    A list of event subscriptions.

                    \n

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

                    \n@return A list of event subscriptions.", "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" : "EventSubscriptionsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscriptionsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #member(EventSubscription)}.\n@param member a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EventSubscription)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "member", "variableType" : "EventSubscription", "documentation" : "", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EventSubscription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EventSubscription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventSubscriptionsList", "setterDocumentation" : "

                    A list of event subscriptions.

                    \n@param eventSubscriptionsList A list of event subscriptions.", "setterMethodName" : "setEventSubscriptionsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventSubscriptionsList", "variableType" : "java.util.List", "documentation" : "

                    A list of event subscriptions.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventSubscriptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEventSubscriptionsResponse", "variableName" : "describeEventSubscriptionsResponse", "variableType" : "DescribeEventSubscriptionsResponse", "documentation" : null, "simpleType" : "DescribeEventSubscriptionsResponse", "variableSetterType" : "DescribeEventSubscriptionsResponse" }, "wrapper" : false }, "DescribeEventsRequest" : { "c2jName" : "DescribeEventsMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeEvents", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeEvents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

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

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@return The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceIdentifier", "setterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

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

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : "SourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeString", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n

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

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The start time for the events to be listed.

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

                    The start time for the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                    The start time for the events to be listed.

                    \n@param startTime The start time for the events to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                    The start time for the events to be listed.

                    \n@return The start time for the events to be listed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StartTime", "setterDocumentation" : "

                    The start time for the events to be listed.

                    \n@param startTime The start time for the events to be listed.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                    The start time for the events to be listed.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The end time for the events to be listed.

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

                    The end time for the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                    The end time for the events to be listed.

                    \n@param endTime The end time for the events to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                    The end time for the events to be listed.

                    \n@return The end time for the events to be listed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "EndTime", "setterDocumentation" : "

                    The end time for the events to be listed.

                    \n@param endTime The end time for the events to be listed.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                    The end time for the events to be listed.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The duration of the events to be listed.

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

                    The duration of the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                    The duration of the events to be listed.

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

                    The duration of the events to be listed.

                    \n@return The duration of the events to be listed.", "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" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Duration", "setterDocumentation" : "

                    The duration of the events to be listed.

                    \n@param duration The duration of the events to be listed.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "duration", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "duration", "variableType" : "Integer", "documentation" : "

                    The duration of the events to be listed.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

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

                    A list of event categories for a source type that you want to subscribe to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n

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

                    \n@return A list of event categories for a source type that you want to subscribe to.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Duration" : { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The duration of the events to be listed.

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

                    The duration of the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                    The duration of the events to be listed.

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

                    The duration of the events to be listed.

                    \n@return The duration of the events to be listed.", "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" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Duration", "setterDocumentation" : "

                    The duration of the events to be listed.

                    \n@param duration The duration of the events to be listed.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "duration", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "duration", "variableType" : "Integer", "documentation" : "

                    The duration of the events to be listed.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EndTime" : { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The end time for the events to be listed.

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

                    The end time for the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                    The end time for the events to be listed.

                    \n@param endTime The end time for the events to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                    The end time for the events to be listed.

                    \n@return The end time for the events to be listed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "EndTime", "setterDocumentation" : "

                    The end time for the events to be listed.

                    \n@param endTime The end time for the events to be listed.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                    The end time for the events to be listed.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "EventCategories" : { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

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

                    A list of event categories for a source type that you want to subscribe to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n

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

                    \n@return A list of event categories for a source type that you want to subscribe to.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "SourceIdentifier" : { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

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

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@return The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceIdentifier", "setterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

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

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : "SourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeString", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n

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

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartTime" : { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The start time for the events to be listed.

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

                    The start time for the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                    The start time for the events to be listed.

                    \n@param startTime The start time for the events to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                    The start time for the events to be listed.

                    \n@return The start time for the events to be listed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StartTime", "setterDocumentation" : "

                    The start time for the events to be listed.

                    \n@param startTime The start time for the events to be listed.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                    The start time for the events to be listed.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

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

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@return The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceIdentifier", "setterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens. It cannot end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

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

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : "SourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeString", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n

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

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The start time for the events to be listed.

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

                    The start time for the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                    The start time for the events to be listed.

                    \n@param startTime The start time for the events to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                    The start time for the events to be listed.

                    \n@return The start time for the events to be listed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "StartTime", "setterDocumentation" : "

                    The start time for the events to be listed.

                    \n@param startTime The start time for the events to be listed.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                    The start time for the events to be listed.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The end time for the events to be listed.

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

                    The end time for the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                    The end time for the events to be listed.

                    \n@param endTime The end time for the events to be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                    The end time for the events to be listed.

                    \n@return The end time for the events to be listed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "EndTime", "setterDocumentation" : "

                    The end time for the events to be listed.

                    \n@param endTime The end time for the events to be listed.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                    The end time for the events to be listed.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The duration of the events to be listed.

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

                    The duration of the events to be listed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                    The duration of the events to be listed.

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

                    The duration of the events to be listed.

                    \n@return The duration of the events to be listed.", "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" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Duration", "setterDocumentation" : "

                    The duration of the events to be listed.

                    \n@param duration The duration of the events to be listed.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "duration", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "duration", "variableType" : "Integer", "documentation" : "

                    The duration of the events to be listed.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

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

                    A list of event categories for a source type that you want to subscribe to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n

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

                    \n@return A list of event categories for a source type that you want to subscribe to.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a source type that you want to subscribe to.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the action.

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

                    Filters applied to the action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the action.

                    \n

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

                    \n@return Filters applied to the action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the action.

                    \n@param filters Filters applied to the action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEventsRequest", "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "documentation" : null, "simpleType" : "DescribeEventsRequest", "variableSetterType" : "DescribeEventsRequest" }, "wrapper" : false }, "DescribeEventsResponse" : { "c2jName" : "DescribeEventsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                    The events described.

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

                    The events described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                    The events described.

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

                    The events described.

                    \n

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

                    \n@return The events described.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Event", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Event.Builder} avoiding the need to create one manually via {@link Event#builder()}.\n\nWhen the {@link Consumer} completes, {@link Event.Builder#build()} is called immediately and its result is passed to {@link #member(Event)}.\n@param member a consumer that will call methods on {@link Event.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Event)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Event", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "variable" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Event", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Event", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

                    The events described.

                    \n@param events The events described.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

                    The events described.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Events" : { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                    The events described.

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

                    The events described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                    The events described.

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

                    The events described.

                    \n

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

                    \n@return The events described.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Event", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Event.Builder} avoiding the need to create one manually via {@link Event#builder()}.\n\nWhen the {@link Consumer} completes, {@link Event.Builder#build()} is called immediately and its result is passed to {@link #member(Event)}.\n@param member a consumer that will call methods on {@link Event.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Event)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Event", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "variable" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Event", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Event", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

                    The events described.

                    \n@param events The events described.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

                    The events described.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "Events", "c2jShape" : "EventList", "defaultConsumerFluentSetterDocumentation" : "

                    The events described.

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

                    The events described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

                    The events described.

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

                    The events described.

                    \n

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

                    \n@return The events described.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Event", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Event.Builder} avoiding the need to create one manually via {@link Event#builder()}.\n\nWhen the {@link Consumer} completes, {@link Event.Builder#build()} is called immediately and its result is passed to {@link #member(Event)}.\n@param member a consumer that will call methods on {@link Event.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Event)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Event", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "simple" : false, "variable" : { "variableDeclarationType" : "Event", "variableName" : "member", "variableType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Event", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Event", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

                    The events described.

                    \n@param events The events described.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

                    The events described.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEventsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEventsResponse", "variableName" : "describeEventsResponse", "variableType" : "DescribeEventsResponse", "documentation" : null, "simpleType" : "DescribeEventsResponse", "variableSetterType" : "DescribeEventsResponse" }, "wrapper" : false }, "DescribeOrderableReplicationInstancesRequest" : { "c2jName" : "DescribeOrderableReplicationInstancesMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeOrderableReplicationInstances", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeOrderableReplicationInstances", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeOrderableReplicationInstancesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeOrderableReplicationInstancesRequest", "variableName" : "describeOrderableReplicationInstancesRequest", "variableType" : "DescribeOrderableReplicationInstancesRequest", "documentation" : null, "simpleType" : "DescribeOrderableReplicationInstancesRequest", "variableSetterType" : "DescribeOrderableReplicationInstancesRequest" }, "wrapper" : false }, "DescribeOrderableReplicationInstancesResponse" : { "c2jName" : "DescribeOrderableReplicationInstancesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrderableReplicationInstances", "beanStyleSetterMethodName" : "setOrderableReplicationInstances", "c2jName" : "OrderableReplicationInstances", "c2jShape" : "OrderableReplicationInstanceList", "defaultConsumerFluentSetterDocumentation" : "

                    The order-able replication instances available.

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

                    The order-able replication instances available.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "orderableReplicationInstances", "fluentSetterDocumentation" : "

                    The order-able replication instances available.

                    \n@param orderableReplicationInstances The order-able replication instances available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderableReplicationInstances", "getterDocumentation" : "

                    The order-able replication instances available.

                    \n

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

                    \n@return The order-able replication instances available.", "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" : "OrderableReplicationInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderableReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrderableReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OrderableReplicationInstance.Builder} avoiding the need to create one manually via {@link OrderableReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrderableReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #member(OrderableReplicationInstance)}.\n@param member a consumer that will call methods on {@link OrderableReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OrderableReplicationInstance)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "OrderableReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : "", "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrderableReplicationInstance", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrderableReplicationInstance", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OrderableReplicationInstances", "setterDocumentation" : "

                    The order-able replication instances available.

                    \n@param orderableReplicationInstances The order-able replication instances available.", "setterMethodName" : "setOrderableReplicationInstances", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "documentation" : "

                    The order-able replication instances available.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OrderableReplicationInstances" : { "beanStyleGetterMethodName" : "getOrderableReplicationInstances", "beanStyleSetterMethodName" : "setOrderableReplicationInstances", "c2jName" : "OrderableReplicationInstances", "c2jShape" : "OrderableReplicationInstanceList", "defaultConsumerFluentSetterDocumentation" : "

                    The order-able replication instances available.

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

                    The order-able replication instances available.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "orderableReplicationInstances", "fluentSetterDocumentation" : "

                    The order-able replication instances available.

                    \n@param orderableReplicationInstances The order-able replication instances available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderableReplicationInstances", "getterDocumentation" : "

                    The order-able replication instances available.

                    \n

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

                    \n@return The order-able replication instances available.", "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" : "OrderableReplicationInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderableReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrderableReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OrderableReplicationInstance.Builder} avoiding the need to create one manually via {@link OrderableReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrderableReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #member(OrderableReplicationInstance)}.\n@param member a consumer that will call methods on {@link OrderableReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OrderableReplicationInstance)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "OrderableReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : "", "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrderableReplicationInstance", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrderableReplicationInstance", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OrderableReplicationInstances", "setterDocumentation" : "

                    The order-able replication instances available.

                    \n@param orderableReplicationInstances The order-able replication instances available.", "setterMethodName" : "setOrderableReplicationInstances", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "documentation" : "

                    The order-able replication instances available.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrderableReplicationInstances", "beanStyleSetterMethodName" : "setOrderableReplicationInstances", "c2jName" : "OrderableReplicationInstances", "c2jShape" : "OrderableReplicationInstanceList", "defaultConsumerFluentSetterDocumentation" : "

                    The order-able replication instances available.

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

                    The order-able replication instances available.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "orderableReplicationInstances", "fluentSetterDocumentation" : "

                    The order-able replication instances available.

                    \n@param orderableReplicationInstances The order-able replication instances available.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "orderableReplicationInstances", "getterDocumentation" : "

                    The order-able replication instances available.

                    \n

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

                    \n@return The order-able replication instances available.", "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" : "OrderableReplicationInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrderableReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrderableReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OrderableReplicationInstance.Builder} avoiding the need to create one manually via {@link OrderableReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link OrderableReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #member(OrderableReplicationInstance)}.\n@param member a consumer that will call methods on {@link OrderableReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OrderableReplicationInstance)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "OrderableReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "member", "variableType" : "OrderableReplicationInstance", "documentation" : "", "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrderableReplicationInstance", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrderableReplicationInstance", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OrderableReplicationInstances", "setterDocumentation" : "

                    The order-able replication instances available.

                    \n@param orderableReplicationInstances The order-able replication instances available.", "setterMethodName" : "setOrderableReplicationInstances", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "orderableReplicationInstances", "variableType" : "java.util.List", "documentation" : "

                    The order-able replication instances available.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeRefreshSchemasStatus", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeRefreshSchemasStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

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

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointArn" ], "shapeName" : "DescribeRefreshSchemasStatusRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeRefreshSchemasStatusRequest", "variableName" : "describeRefreshSchemasStatusRequest", "variableType" : "DescribeRefreshSchemasStatusRequest", "documentation" : null, "simpleType" : "DescribeRefreshSchemasStatusRequest", "variableSetterType" : "DescribeRefreshSchemasStatusRequest" }, "wrapper" : false }, "DescribeRefreshSchemasStatusResponse" : { "c2jName" : "DescribeRefreshSchemasStatusResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRefreshSchemasStatus", "beanStyleSetterMethodName" : "setRefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the schema.

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

                    The status of the schema.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "refreshSchemasStatus", "fluentSetterDocumentation" : "

                    The status of the schema.

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

                    The status of the schema.

                    \n@return The status of the schema.", "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RefreshSchemasStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RefreshSchemasStatus", "setterDocumentation" : "

                    The status of the schema.

                    \n@param refreshSchemasStatus The status of the schema.", "setterMethodName" : "setRefreshSchemasStatus", "setterModel" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : "

                    The status of the schema.

                    ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RefreshSchemasStatus" : { "beanStyleGetterMethodName" : "getRefreshSchemasStatus", "beanStyleSetterMethodName" : "setRefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the schema.

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

                    The status of the schema.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "refreshSchemasStatus", "fluentSetterDocumentation" : "

                    The status of the schema.

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

                    The status of the schema.

                    \n@return The status of the schema.", "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RefreshSchemasStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RefreshSchemasStatus", "setterDocumentation" : "

                    The status of the schema.

                    \n@param refreshSchemasStatus The status of the schema.", "setterMethodName" : "setRefreshSchemasStatus", "setterModel" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : "

                    The status of the schema.

                    ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRefreshSchemasStatus", "beanStyleSetterMethodName" : "setRefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the schema.

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

                    The status of the schema.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "refreshSchemasStatus", "fluentSetterDocumentation" : "

                    The status of the schema.

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

                    The status of the schema.

                    \n@return The status of the schema.", "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RefreshSchemasStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RefreshSchemasStatus", "setterDocumentation" : "

                    The status of the schema.

                    \n@param refreshSchemasStatus The status of the schema.", "setterMethodName" : "setRefreshSchemasStatus", "setterModel" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : "

                    The status of the schema.

                    ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeRefreshSchemasStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeRefreshSchemasStatusResponse", "variableName" : "describeRefreshSchemasStatusResponse", "variableType" : "DescribeRefreshSchemasStatusResponse", "documentation" : null, "simpleType" : "DescribeRefreshSchemasStatusResponse", "variableSetterType" : "DescribeRefreshSchemasStatusResponse" }, "wrapper" : false }, "DescribeReplicationInstancesRequest" : { "c2jName" : "DescribeReplicationInstancesMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeReplicationInstances", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeReplicationInstances", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

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

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

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

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

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

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n

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

                    \n@return Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class | engine-version

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationInstancesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReplicationInstancesRequest", "variableName" : "describeReplicationInstancesRequest", "variableType" : "DescribeReplicationInstancesRequest", "documentation" : null, "simpleType" : "DescribeReplicationInstancesRequest", "variableSetterType" : "DescribeReplicationInstancesRequest" }, "wrapper" : false }, "DescribeReplicationInstancesResponse" : { "c2jName" : "DescribeReplicationInstancesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstances", "beanStyleSetterMethodName" : "setReplicationInstances", "c2jName" : "ReplicationInstances", "c2jShape" : "ReplicationInstanceList", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instances described.

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

                    The replication instances described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstances", "fluentSetterDocumentation" : "

                    The replication instances described.

                    \n@param replicationInstances The replication instances described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstances", "getterDocumentation" : "

                    The replication instances described.

                    \n

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

                    \n@return The replication instances described.", "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" : "ReplicationInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationInstance.Builder} avoiding the need to create one manually via {@link ReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationInstance)}.\n@param member a consumer that will call methods on {@link ReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationInstance)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationInstance", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationInstance", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstances", "setterDocumentation" : "

                    The replication instances described.

                    \n@param replicationInstances The replication instances described.", "setterMethodName" : "setReplicationInstances", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstances", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstances", "variableType" : "java.util.List", "documentation" : "

                    The replication instances described.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstances" : { "beanStyleGetterMethodName" : "getReplicationInstances", "beanStyleSetterMethodName" : "setReplicationInstances", "c2jName" : "ReplicationInstances", "c2jShape" : "ReplicationInstanceList", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instances described.

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

                    The replication instances described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstances", "fluentSetterDocumentation" : "

                    The replication instances described.

                    \n@param replicationInstances The replication instances described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstances", "getterDocumentation" : "

                    The replication instances described.

                    \n

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

                    \n@return The replication instances described.", "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" : "ReplicationInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationInstance.Builder} avoiding the need to create one manually via {@link ReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationInstance)}.\n@param member a consumer that will call methods on {@link ReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationInstance)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationInstance", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationInstance", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstances", "setterDocumentation" : "

                    The replication instances described.

                    \n@param replicationInstances The replication instances described.", "setterMethodName" : "setReplicationInstances", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstances", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstances", "variableType" : "java.util.List", "documentation" : "

                    The replication instances described.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstances", "beanStyleSetterMethodName" : "setReplicationInstances", "c2jName" : "ReplicationInstances", "c2jShape" : "ReplicationInstanceList", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instances described.

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

                    The replication instances described.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstances", "fluentSetterDocumentation" : "

                    The replication instances described.

                    \n@param replicationInstances The replication instances described.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstances", "getterDocumentation" : "

                    The replication instances described.

                    \n

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

                    \n@return The replication instances described.", "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" : "ReplicationInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationInstance.Builder} avoiding the need to create one manually via {@link ReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationInstance)}.\n@param member a consumer that will call methods on {@link ReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationInstance)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "member", "variableType" : "ReplicationInstance", "documentation" : "", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationInstance", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationInstance", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstances", "setterDocumentation" : "

                    The replication instances described.

                    \n@param replicationInstances The replication instances described.", "setterMethodName" : "setReplicationInstances", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstances", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstances", "variableType" : "java.util.List", "documentation" : "

                    The replication instances described.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationInstancesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeReplicationInstancesResponse", "variableName" : "describeReplicationInstancesResponse", "variableType" : "DescribeReplicationInstancesResponse", "documentation" : null, "simpleType" : "DescribeReplicationInstancesResponse", "variableSetterType" : "DescribeReplicationInstancesResponse" }, "wrapper" : false }, "DescribeReplicationSubnetGroupsRequest" : { "c2jName" : "DescribeReplicationSubnetGroupsMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeReplicationSubnetGroups", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeReplicationSubnetGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

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

                    Filters applied to the describe action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    \n@param filters Filters applied to the describe action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    \n

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

                    \n@return Filters applied to the describe action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    \n@param filters Filters applied to the describe action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

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

                    Filters applied to the describe action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    \n@param filters Filters applied to the describe action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    \n

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

                    \n@return Filters applied to the describe action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    \n@param filters Filters applied to the describe action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

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

                    Filters applied to the describe action.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    \n@param filters Filters applied to the describe action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    \n

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

                    \n@return Filters applied to the describe action.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    \n@param filters Filters applied to the describe action.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationSubnetGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReplicationSubnetGroupsRequest", "variableName" : "describeReplicationSubnetGroupsRequest", "variableType" : "DescribeReplicationSubnetGroupsRequest", "documentation" : null, "simpleType" : "DescribeReplicationSubnetGroupsRequest", "variableSetterType" : "DescribeReplicationSubnetGroupsRequest" }, "wrapper" : false }, "DescribeReplicationSubnetGroupsResponse" : { "c2jName" : "DescribeReplicationSubnetGroupsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroups", "beanStyleSetterMethodName" : "setReplicationSubnetGroups", "c2jName" : "ReplicationSubnetGroups", "c2jShape" : "ReplicationSubnetGroups", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the replication subnet groups.

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

                    A description of the replication subnet groups.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroups", "fluentSetterDocumentation" : "

                    A description of the replication subnet groups.

                    \n@param replicationSubnetGroups A description of the replication subnet groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroups", "getterDocumentation" : "

                    A description of the replication subnet groups.

                    \n

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

                    \n@return A description of the replication subnet groups.", "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" : "ReplicationSubnetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationSubnetGroup)}.\n@param member a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationSubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationSubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationSubnetGroups", "setterDocumentation" : "

                    A description of the replication subnet groups.

                    \n@param replicationSubnetGroups A description of the replication subnet groups.", "setterMethodName" : "setReplicationSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "documentation" : "

                    A description of the replication subnet groups.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationSubnetGroups" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroups", "beanStyleSetterMethodName" : "setReplicationSubnetGroups", "c2jName" : "ReplicationSubnetGroups", "c2jShape" : "ReplicationSubnetGroups", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the replication subnet groups.

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

                    A description of the replication subnet groups.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroups", "fluentSetterDocumentation" : "

                    A description of the replication subnet groups.

                    \n@param replicationSubnetGroups A description of the replication subnet groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroups", "getterDocumentation" : "

                    A description of the replication subnet groups.

                    \n

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

                    \n@return A description of the replication subnet groups.", "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" : "ReplicationSubnetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationSubnetGroup)}.\n@param member a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationSubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationSubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationSubnetGroups", "setterDocumentation" : "

                    A description of the replication subnet groups.

                    \n@param replicationSubnetGroups A description of the replication subnet groups.", "setterMethodName" : "setReplicationSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "documentation" : "

                    A description of the replication subnet groups.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroups", "beanStyleSetterMethodName" : "setReplicationSubnetGroups", "c2jName" : "ReplicationSubnetGroups", "c2jShape" : "ReplicationSubnetGroups", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the replication subnet groups.

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

                    A description of the replication subnet groups.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroups", "fluentSetterDocumentation" : "

                    A description of the replication subnet groups.

                    \n@param replicationSubnetGroups A description of the replication subnet groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroups", "getterDocumentation" : "

                    A description of the replication subnet groups.

                    \n

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

                    \n@return A description of the replication subnet groups.", "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" : "ReplicationSubnetGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationSubnetGroup)}.\n@param member a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "member", "variableType" : "ReplicationSubnetGroup", "documentation" : "", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationSubnetGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationSubnetGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationSubnetGroups", "setterDocumentation" : "

                    A description of the replication subnet groups.

                    \n@param replicationSubnetGroups A description of the replication subnet groups.", "setterMethodName" : "setReplicationSubnetGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationSubnetGroups", "variableType" : "java.util.List", "documentation" : "

                    A description of the replication subnet groups.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationSubnetGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeReplicationSubnetGroupsResponse", "variableName" : "describeReplicationSubnetGroupsResponse", "variableType" : "DescribeReplicationSubnetGroupsResponse", "documentation" : null, "simpleType" : "DescribeReplicationSubnetGroupsResponse", "variableSetterType" : "DescribeReplicationSubnetGroupsResponse" }, "wrapper" : false }, "DescribeReplicationTaskAssessmentResultsRequest" : { "c2jName" : "DescribeReplicationTaskAssessmentResultsMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeReplicationTaskAssessmentResults", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeReplicationTaskAssessmentResults", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

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

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@param replicationTaskArn - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@return - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@param replicationTaskArn - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

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

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@param replicationTaskArn - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@return - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@param replicationTaskArn - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

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

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@param replicationTaskArn - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@return - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    \n@param replicationTaskArn - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    - The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified the API will return only one result and ignore the values of the max-records and marker parameters.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

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

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationTaskAssessmentResultsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReplicationTaskAssessmentResultsRequest", "variableName" : "describeReplicationTaskAssessmentResultsRequest", "variableType" : "DescribeReplicationTaskAssessmentResultsRequest", "documentation" : null, "simpleType" : "DescribeReplicationTaskAssessmentResultsRequest", "variableSetterType" : "DescribeReplicationTaskAssessmentResultsRequest" }, "wrapper" : false }, "DescribeReplicationTaskAssessmentResultsResponse" : { "c2jName" : "DescribeReplicationTaskAssessmentResultsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

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

                    - The Amazon S3 bucket where the task assessment report is located.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@param bucketName - The Amazon S3 bucket where the task assessment report is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@return - The Amazon S3 bucket where the task assessment report is located.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@param bucketName - The Amazon S3 bucket where the task assessment report is located.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskAssessmentResults", "beanStyleSetterMethodName" : "setReplicationTaskAssessmentResults", "c2jName" : "ReplicationTaskAssessmentResults", "c2jShape" : "ReplicationTaskAssessmentResultList", "defaultConsumerFluentSetterDocumentation" : "

                    The task assessment report.

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

                    The task assessment report.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskAssessmentResults", "fluentSetterDocumentation" : "

                    The task assessment report.

                    \n@param replicationTaskAssessmentResults The task assessment report.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskAssessmentResults", "getterDocumentation" : "

                    The task assessment report.

                    \n

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

                    \n@return The task assessment report.", "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" : "ReplicationTaskAssessmentResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskAssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationTaskAssessmentResult", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationTaskAssessmentResult.Builder} avoiding the need to create one manually via {@link ReplicationTaskAssessmentResult#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTaskAssessmentResult.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationTaskAssessmentResult)}.\n@param member a consumer that will call methods on {@link ReplicationTaskAssessmentResult.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationTaskAssessmentResult)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationTaskAssessmentResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : null, "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : "", "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationTaskAssessmentResult", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationTaskAssessmentResult", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationTaskAssessmentResults", "setterDocumentation" : "

                    The task assessment report.

                    \n@param replicationTaskAssessmentResults The task assessment report.", "setterMethodName" : "setReplicationTaskAssessmentResults", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTaskAssessmentResults", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTaskAssessmentResults", "variableType" : "java.util.List", "documentation" : "

                    The task assessment report.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketName" : { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

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

                    - The Amazon S3 bucket where the task assessment report is located.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@param bucketName - The Amazon S3 bucket where the task assessment report is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@return - The Amazon S3 bucket where the task assessment report is located.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@param bucketName - The Amazon S3 bucket where the task assessment report is located.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskAssessmentResults" : { "beanStyleGetterMethodName" : "getReplicationTaskAssessmentResults", "beanStyleSetterMethodName" : "setReplicationTaskAssessmentResults", "c2jName" : "ReplicationTaskAssessmentResults", "c2jShape" : "ReplicationTaskAssessmentResultList", "defaultConsumerFluentSetterDocumentation" : "

                    The task assessment report.

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

                    The task assessment report.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskAssessmentResults", "fluentSetterDocumentation" : "

                    The task assessment report.

                    \n@param replicationTaskAssessmentResults The task assessment report.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskAssessmentResults", "getterDocumentation" : "

                    The task assessment report.

                    \n

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

                    \n@return The task assessment report.", "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" : "ReplicationTaskAssessmentResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskAssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationTaskAssessmentResult", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationTaskAssessmentResult.Builder} avoiding the need to create one manually via {@link ReplicationTaskAssessmentResult#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTaskAssessmentResult.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationTaskAssessmentResult)}.\n@param member a consumer that will call methods on {@link ReplicationTaskAssessmentResult.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationTaskAssessmentResult)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationTaskAssessmentResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : null, "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : "", "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationTaskAssessmentResult", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationTaskAssessmentResult", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationTaskAssessmentResults", "setterDocumentation" : "

                    The task assessment report.

                    \n@param replicationTaskAssessmentResults The task assessment report.", "setterMethodName" : "setReplicationTaskAssessmentResults", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTaskAssessmentResults", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTaskAssessmentResults", "variableType" : "java.util.List", "documentation" : "

                    The task assessment report.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketName(String)}.\n@param bucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketName(String)", "deprecated" : false, "documentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@param bucketName - The Amazon S3 bucket where the task assessment report is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@return - The Amazon S3 bucket where the task assessment report is located.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    \n@param bucketName - The Amazon S3 bucket where the task assessment report is located.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                    - The Amazon S3 bucket where the task assessment report is located.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskAssessmentResults", "beanStyleSetterMethodName" : "setReplicationTaskAssessmentResults", "c2jName" : "ReplicationTaskAssessmentResults", "c2jShape" : "ReplicationTaskAssessmentResultList", "defaultConsumerFluentSetterDocumentation" : "

                    The task assessment report.

                    \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 #replicationTaskAssessmentResults(List)}.\n@param replicationTaskAssessmentResults 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 #replicationTaskAssessmentResults(List)", "deprecated" : false, "documentation" : "

                    The task assessment report.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskAssessmentResults", "fluentSetterDocumentation" : "

                    The task assessment report.

                    \n@param replicationTaskAssessmentResults The task assessment report.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskAssessmentResults", "getterDocumentation" : "

                    The task assessment report.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The task assessment report.", "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" : "ReplicationTaskAssessmentResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskAssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationTaskAssessmentResult", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationTaskAssessmentResult.Builder} avoiding the need to create one manually via {@link ReplicationTaskAssessmentResult#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTaskAssessmentResult.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationTaskAssessmentResult)}.\n@param member a consumer that will call methods on {@link ReplicationTaskAssessmentResult.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationTaskAssessmentResult)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationTaskAssessmentResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : null, "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "member", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : "", "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationTaskAssessmentResult", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationTaskAssessmentResult", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationTaskAssessmentResults", "setterDocumentation" : "

                    The task assessment report.

                    \n@param replicationTaskAssessmentResults The task assessment report.", "setterMethodName" : "setReplicationTaskAssessmentResults", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTaskAssessmentResults", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTaskAssessmentResults", "variableType" : "java.util.List", "documentation" : "

                    The task assessment report.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationTaskAssessmentResultsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeReplicationTaskAssessmentResultsResponse", "variableName" : "describeReplicationTaskAssessmentResultsResponse", "variableType" : "DescribeReplicationTaskAssessmentResultsResponse", "documentation" : null, "simpleType" : "DescribeReplicationTaskAssessmentResultsResponse", "variableSetterType" : "DescribeReplicationTaskAssessmentResultsResponse" }, "wrapper" : false }, "DescribeReplicationTasksRequest" : { "c2jName" : "DescribeReplicationTasksMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeReplicationTasks", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeReplicationTasks", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    \n@param filters Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe action.

                    Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationTasksRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeReplicationTasksRequest", "variableName" : "describeReplicationTasksRequest", "variableType" : "DescribeReplicationTasksRequest", "documentation" : null, "simpleType" : "DescribeReplicationTasksRequest", "variableSetterType" : "DescribeReplicationTasksRequest" }, "wrapper" : false }, "DescribeReplicationTasksResponse" : { "c2jName" : "DescribeReplicationTasksResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTasks", "beanStyleSetterMethodName" : "setReplicationTasks", "c2jName" : "ReplicationTasks", "c2jShape" : "ReplicationTaskList", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the replication tasks.

                    \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 #replicationTasks(List)}.\n@param replicationTasks 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 #replicationTasks(List)", "deprecated" : false, "documentation" : "

                    A description of the replication tasks.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTasks", "fluentSetterDocumentation" : "

                    A description of the replication tasks.

                    \n@param replicationTasks A description of the replication tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTasks", "getterDocumentation" : "

                    A description of the replication tasks.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A description of the replication tasks.", "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" : "ReplicationTasks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationTask)}.\n@param member a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationTask)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationTask", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationTask", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationTasks", "setterDocumentation" : "

                    A description of the replication tasks.

                    \n@param replicationTasks A description of the replication tasks.", "setterMethodName" : "setReplicationTasks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTasks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTasks", "variableType" : "java.util.List", "documentation" : "

                    A description of the replication tasks.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTasks" : { "beanStyleGetterMethodName" : "getReplicationTasks", "beanStyleSetterMethodName" : "setReplicationTasks", "c2jName" : "ReplicationTasks", "c2jShape" : "ReplicationTaskList", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the replication tasks.

                    \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 #replicationTasks(List)}.\n@param replicationTasks 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 #replicationTasks(List)", "deprecated" : false, "documentation" : "

                    A description of the replication tasks.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTasks", "fluentSetterDocumentation" : "

                    A description of the replication tasks.

                    \n@param replicationTasks A description of the replication tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTasks", "getterDocumentation" : "

                    A description of the replication tasks.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A description of the replication tasks.", "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" : "ReplicationTasks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationTask)}.\n@param member a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationTask)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationTask", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationTask", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationTasks", "setterDocumentation" : "

                    A description of the replication tasks.

                    \n@param replicationTasks A description of the replication tasks.", "setterMethodName" : "setReplicationTasks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTasks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTasks", "variableType" : "java.util.List", "documentation" : "

                    A description of the replication tasks.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTasks", "beanStyleSetterMethodName" : "setReplicationTasks", "c2jName" : "ReplicationTasks", "c2jShape" : "ReplicationTaskList", "defaultConsumerFluentSetterDocumentation" : "

                    A description of the replication tasks.

                    \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 #replicationTasks(List)}.\n@param replicationTasks 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 #replicationTasks(List)", "deprecated" : false, "documentation" : "

                    A description of the replication tasks.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTasks", "fluentSetterDocumentation" : "

                    A description of the replication tasks.

                    \n@param replicationTasks A description of the replication tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTasks", "getterDocumentation" : "

                    A description of the replication tasks.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A description of the replication tasks.", "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" : "ReplicationTasks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationTask)}.\n@param member a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationTask)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "member", "variableType" : "ReplicationTask", "documentation" : "", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationTask", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationTask", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationTasks", "setterDocumentation" : "

                    A description of the replication tasks.

                    \n@param replicationTasks A description of the replication tasks.", "setterMethodName" : "setReplicationTasks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTasks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationTasks", "variableType" : "java.util.List", "documentation" : "

                    A description of the replication tasks.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeReplicationTasksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeReplicationTasksResponse", "variableName" : "describeReplicationTasksResponse", "variableType" : "DescribeReplicationTasksResponse", "documentation" : null, "simpleType" : "DescribeReplicationTasksResponse", "variableSetterType" : "DescribeReplicationTasksResponse" }, "wrapper" : false }, "DescribeSchemasRequest" : { "c2jName" : "DescribeSchemasMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeSchemas", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeSchemas", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 100.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointArn" ], "shapeName" : "DescribeSchemasRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSchemasRequest", "variableName" : "describeSchemasRequest", "variableType" : "DescribeSchemasRequest", "documentation" : null, "simpleType" : "DescribeSchemasRequest", "variableSetterType" : "DescribeSchemasRequest" }, "wrapper" : false }, "DescribeSchemasResponse" : { "c2jName" : "DescribeSchemasResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemas", "beanStyleSetterMethodName" : "setSchemas", "c2jName" : "Schemas", "c2jShape" : "SchemaList", "defaultConsumerFluentSetterDocumentation" : "

                    The described schema.

                    \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 #schemas(List)}.\n@param schemas 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 #schemas(List)", "deprecated" : false, "documentation" : "

                    The described schema.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemas", "fluentSetterDocumentation" : "

                    The described schema.

                    \n@param schemas The described schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemas", "getterDocumentation" : "

                    The described schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The described schema.", "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" : "Schemas", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Schemas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Schemas", "setterDocumentation" : "

                    The described schema.

                    \n@param schemas The described schema.", "setterMethodName" : "setSchemas", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemas", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemas", "variableType" : "java.util.List", "documentation" : "

                    The described schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Schemas" : { "beanStyleGetterMethodName" : "getSchemas", "beanStyleSetterMethodName" : "setSchemas", "c2jName" : "Schemas", "c2jShape" : "SchemaList", "defaultConsumerFluentSetterDocumentation" : "

                    The described schema.

                    \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 #schemas(List)}.\n@param schemas 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 #schemas(List)", "deprecated" : false, "documentation" : "

                    The described schema.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemas", "fluentSetterDocumentation" : "

                    The described schema.

                    \n@param schemas The described schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemas", "getterDocumentation" : "

                    The described schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The described schema.", "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" : "Schemas", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Schemas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Schemas", "setterDocumentation" : "

                    The described schema.

                    \n@param schemas The described schema.", "setterMethodName" : "setSchemas", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemas", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemas", "variableType" : "java.util.List", "documentation" : "

                    The described schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSchemas", "beanStyleSetterMethodName" : "setSchemas", "c2jName" : "Schemas", "c2jShape" : "SchemaList", "defaultConsumerFluentSetterDocumentation" : "

                    The described schema.

                    \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 #schemas(List)}.\n@param schemas 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 #schemas(List)", "deprecated" : false, "documentation" : "

                    The described schema.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemas", "fluentSetterDocumentation" : "

                    The described schema.

                    \n@param schemas The described schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemas", "getterDocumentation" : "

                    The described schema.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The described schema.", "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" : "Schemas", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Schemas", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Schemas", "setterDocumentation" : "

                    The described schema.

                    \n@param schemas The described schema.", "setterMethodName" : "setSchemas", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemas", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "schemas", "variableType" : "java.util.List", "documentation" : "

                    The described schema.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSchemasResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeSchemasResponse", "variableName" : "describeSchemasResponse", "variableType" : "DescribeSchemasResponse", "documentation" : null, "simpleType" : "DescribeSchemasResponse", "variableSetterType" : "DescribeSchemasResponse" }, "wrapper" : false }, "DescribeTableStatisticsRequest" : { "c2jName" : "DescribeTableStatisticsMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTableStatistics", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.DescribeTableStatistics", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n@param filters Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n@param filters Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filters" : { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n@param filters Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n@param filters Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxRecords" : { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxRecords", "beanStyleSetterMethodName" : "setMaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \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 #maxRecords(Integer)}.\n@param maxRecords 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 #maxRecords(Integer)", "deprecated" : false, "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxRecords", "fluentSetterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxRecords", "getterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.", "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" : "MaxRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxRecords", "setterDocumentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.", "setterMethodName" : "setMaxRecords", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxRecords", "variableType" : "Integer", "documentation" : "

                    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

                    Default: 100

                    Constraints: Minimum 20, maximum 500.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilters", "beanStyleSetterMethodName" : "setFilters", "c2jName" : "Filters", "c2jShape" : "FilterList", "defaultConsumerFluentSetterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #filters(List)}.\n@param filters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filters(List)", "deprecated" : false, "documentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "filters", "fluentSetterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n@param filters Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filters", "getterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Filter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Filter.Builder} avoiding the need to create one manually via {@link Filter#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filter.Builder#build()} is called immediately and its result is passed to {@link #member(Filter)}.\n@param member a consumer that will call methods on {@link Filter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Filter)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Filter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "simple" : false, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "member", "variableType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Filter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Filter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Filters", "setterDocumentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    \n@param filters Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.", "setterMethodName" : "setFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                    Filters applied to the describe table statistics action.

                    Valid filter names: schema-name | table-name | table-state

                    A combination of filters creates an AND condition where each record matches all specified filters.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskArn" ], "shapeName" : "DescribeTableStatisticsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTableStatisticsRequest", "variableName" : "describeTableStatisticsRequest", "variableType" : "DescribeTableStatisticsRequest", "documentation" : null, "simpleType" : "DescribeTableStatisticsRequest", "variableSetterType" : "DescribeTableStatisticsRequest" }, "wrapper" : false }, "DescribeTableStatisticsResponse" : { "c2jName" : "DescribeTableStatisticsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableStatistics", "beanStyleSetterMethodName" : "setTableStatistics", "c2jName" : "TableStatistics", "c2jShape" : "TableStatisticsList", "defaultConsumerFluentSetterDocumentation" : "

                    The table statistics.

                    \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 #tableStatistics(List)}.\n@param tableStatistics 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 #tableStatistics(List)", "deprecated" : false, "documentation" : "

                    The table statistics.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableStatistics", "fluentSetterDocumentation" : "

                    The table statistics.

                    \n@param tableStatistics The table statistics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableStatistics", "getterDocumentation" : "

                    The table statistics.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The table statistics.", "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" : "TableStatistics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TableStatistics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TableStatistics.Builder} avoiding the need to create one manually via {@link TableStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link TableStatistics.Builder#build()} is called immediately and its result is passed to {@link #member(TableStatistics)}.\n@param member a consumer that will call methods on {@link TableStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TableStatistics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "TableStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "simple" : false, "variable" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : "", "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TableStatistics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TableStatistics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TableStatistics", "setterDocumentation" : "

                    The table statistics.

                    \n@param tableStatistics The table statistics.", "setterMethodName" : "setTableStatistics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableStatistics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableStatistics", "variableType" : "java.util.List", "documentation" : "

                    The table statistics.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableStatistics" : { "beanStyleGetterMethodName" : "getTableStatistics", "beanStyleSetterMethodName" : "setTableStatistics", "c2jName" : "TableStatistics", "c2jShape" : "TableStatisticsList", "defaultConsumerFluentSetterDocumentation" : "

                    The table statistics.

                    \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 #tableStatistics(List)}.\n@param tableStatistics 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 #tableStatistics(List)", "deprecated" : false, "documentation" : "

                    The table statistics.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableStatistics", "fluentSetterDocumentation" : "

                    The table statistics.

                    \n@param tableStatistics The table statistics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableStatistics", "getterDocumentation" : "

                    The table statistics.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The table statistics.", "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" : "TableStatistics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TableStatistics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TableStatistics.Builder} avoiding the need to create one manually via {@link TableStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link TableStatistics.Builder#build()} is called immediately and its result is passed to {@link #member(TableStatistics)}.\n@param member a consumer that will call methods on {@link TableStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TableStatistics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "TableStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "simple" : false, "variable" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : "", "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TableStatistics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TableStatistics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TableStatistics", "setterDocumentation" : "

                    The table statistics.

                    \n@param tableStatistics The table statistics.", "setterMethodName" : "setTableStatistics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableStatistics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableStatistics", "variableType" : "java.util.List", "documentation" : "

                    The table statistics.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableStatistics", "beanStyleSetterMethodName" : "setTableStatistics", "c2jName" : "TableStatistics", "c2jShape" : "TableStatisticsList", "defaultConsumerFluentSetterDocumentation" : "

                    The table statistics.

                    \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 #tableStatistics(List)}.\n@param tableStatistics 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 #tableStatistics(List)", "deprecated" : false, "documentation" : "

                    The table statistics.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableStatistics", "fluentSetterDocumentation" : "

                    The table statistics.

                    \n@param tableStatistics The table statistics.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableStatistics", "getterDocumentation" : "

                    The table statistics.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The table statistics.", "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" : "TableStatistics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TableStatistics", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TableStatistics.Builder} avoiding the need to create one manually via {@link TableStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link TableStatistics.Builder#build()} is called immediately and its result is passed to {@link #member(TableStatistics)}.\n@param member a consumer that will call methods on {@link TableStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TableStatistics)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "TableStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "simple" : false, "variable" : { "variableDeclarationType" : "TableStatistics", "variableName" : "member", "variableType" : "TableStatistics", "documentation" : "", "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TableStatistics", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TableStatistics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TableStatistics", "setterDocumentation" : "

                    The table statistics.

                    \n@param tableStatistics The table statistics.", "setterMethodName" : "setTableStatistics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableStatistics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableStatistics", "variableType" : "java.util.List", "documentation" : "

                    The table statistics.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMarker", "beanStyleSetterMethodName" : "setMarker", "c2jName" : "Marker", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #marker(String)}.\n@param marker a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #marker(String)", "deprecated" : false, "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "marker", "fluentSetterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "marker", "getterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@return An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Marker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Marker", "setterDocumentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    \n@param marker An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.", "setterMethodName" : "setMarker", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

                    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTableStatisticsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTableStatisticsResponse", "variableName" : "describeTableStatisticsResponse", "variableType" : "DescribeTableStatisticsResponse", "documentation" : null, "simpleType" : "DescribeTableStatisticsResponse", "variableSetterType" : "DescribeTableStatisticsResponse" }, "wrapper" : false }, "DmsSslModeValue" : { "c2jName" : "DmsSslModeValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "REQUIRE", "value" : "require" }, { "name" : "VERIFY_CA", "value" : "verify-ca" }, { "name" : "VERIFY_FULL", "value" : "verify-full" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DmsSslModeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DmsSslModeValue", "variableName" : "dmsSslModeValue", "variableType" : "DmsSslModeValue", "documentation" : null, "simpleType" : "DmsSslModeValue", "variableSetterType" : "DmsSslModeValue" }, "wrapper" : false }, "DynamoDbSettings" : { "c2jName" : "DynamoDbSettings", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serviceAccessRoleArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@return The Amazon Resource Name (ARN) used by the service access IAM role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceAccessRoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serviceAccessRoleArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@return The Amazon Resource Name (ARN) used by the service access IAM role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceAccessRoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serviceAccessRoleArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@return The Amazon Resource Name (ARN) used by the service access IAM role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceAccessRoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) used by the service access IAM role.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ServiceAccessRoleArn" ], "shapeName" : "DynamoDbSettings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "wrapper" : false }, "Endpoint" : { "c2jName" : "Endpoint", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(String)", "deprecated" : false, "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                    The type of endpoint.

                    ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                    The type of endpoint.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                    \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@return The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                    The user name used to connect to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@return The user name used to connect to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@param username The user name used to connect to the endpoint.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name used to connect to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the server at the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                    The name of the server at the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@return The name of the server at the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@param serverName The name of the server at the endpoint.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                    The name of the server at the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The port value used to access the endpoint.

                    \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                    The port value used to access the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@return The port value used to access the endpoint.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@param port The port value used to access the endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                    The port value used to access the endpoint.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the database at the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                    The name of the database at the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@param databaseName The name of the database at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@return The name of the database at the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@param databaseName The name of the database at the endpoint.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                    The name of the database at the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)", "deprecated" : false, "documentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@return Additional connection attributes used to connect to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                    The status of the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                    The status of the endpoint.

                    \n@param status The status of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The status of the endpoint.

                    \n@return The status of the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                    The status of the endpoint.

                    \n@param status The status of the endpoint.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                    The status of the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "documentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@return The Amazon Resource Name (ARN) used for SSL connection to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)", "deprecated" : false, "documentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n

                    \n@return The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalId", "beanStyleSetterMethodName" : "setExternalId", "c2jName" : "ExternalId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalId(String)}.\n@param externalId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalId(String)", "deprecated" : false, "documentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "externalId", "fluentSetterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@param externalId Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalId", "getterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@return Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExternalId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExternalId", "setterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@param externalId Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.", "setterMethodName" : "setExternalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalId", "variableType" : "String", "documentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)", "deprecated" : false, "documentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@param dynamoDbSettings The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@return The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@param dynamoDbSettings The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)", "deprecated" : false, "documentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@param s3Settings The settings for the S3 target endpoint. For more information, see the S3Settings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@return The settings for the S3 target endpoint. For more information, see the S3Settings structure.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@param s3Settings The settings for the S3 target endpoint. For more information, see the S3Settings structure.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)", "deprecated" : false, "documentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@param mongoDbSettings The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@return The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@param mongoDbSettings The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@return The Amazon Resource Name (ARN) used for SSL connection to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DatabaseName" : { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the database at the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                    The name of the database at the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@param databaseName The name of the database at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@return The name of the database at the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@param databaseName The name of the database at the endpoint.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                    The name of the database at the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DynamoDbSettings" : { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)", "deprecated" : false, "documentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@param dynamoDbSettings The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@return The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@param dynamoDbSettings The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndpointIdentifier" : { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(String)", "deprecated" : false, "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndpointType" : { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                    The type of endpoint.

                    ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                    The type of endpoint.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                    \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineName" : { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@return The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExternalId" : { "beanStyleGetterMethodName" : "getExternalId", "beanStyleSetterMethodName" : "setExternalId", "c2jName" : "ExternalId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalId(String)}.\n@param externalId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalId(String)", "deprecated" : false, "documentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "externalId", "fluentSetterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@param externalId Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalId", "getterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@return Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExternalId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExternalId", "setterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@param externalId Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.", "setterMethodName" : "setExternalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalId", "variableType" : "String", "documentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExtraConnectionAttributes" : { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)", "deprecated" : false, "documentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@return Additional connection attributes used to connect to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "documentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MongoDbSettings" : { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)", "deprecated" : false, "documentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@param mongoDbSettings The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@return The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@param mongoDbSettings The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The port value used to access the endpoint.

                    \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                    The port value used to access the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@return The port value used to access the endpoint.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@param port The port value used to access the endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                    The port value used to access the endpoint.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "S3Settings" : { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)", "deprecated" : false, "documentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@param s3Settings The settings for the S3 target endpoint. For more information, see the S3Settings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@return The settings for the S3 target endpoint. For more information, see the S3Settings structure.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@param s3Settings The settings for the S3 target endpoint. For more information, see the S3Settings structure.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, "ServerName" : { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the server at the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                    The name of the server at the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@return The name of the server at the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@param serverName The name of the server at the endpoint.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                    The name of the server at the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslMode" : { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)", "deprecated" : false, "documentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n

                    \n@return The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                    The status of the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                    The status of the endpoint.

                    \n@param status The status of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The status of the endpoint.

                    \n@return The status of the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                    The status of the endpoint.

                    \n@param status The status of the endpoint.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                    The status of the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Username" : { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                    The user name used to connect to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@return The user name used to connect to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@param username The user name used to connect to the endpoint.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name used to connect to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(String)", "deprecated" : false, "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                    The type of endpoint.

                    ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                    The type of endpoint.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                    \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@return The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                    The user name used to connect to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@param username The user name used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@return The user name used to connect to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                    The user name used to connect to the endpoint.

                    \n@param username The user name used to connect to the endpoint.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name used to connect to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the server at the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                    The name of the server at the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@param serverName The name of the server at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@return The name of the server at the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                    The name of the server at the endpoint.

                    \n@param serverName The name of the server at the endpoint.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                    The name of the server at the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The port value used to access the endpoint.

                    \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                    The port value used to access the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@param port The port value used to access the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@return The port value used to access the endpoint.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                    The port value used to access the endpoint.

                    \n@param port The port value used to access the endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                    The port value used to access the endpoint.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the database at the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                    The name of the database at the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@param databaseName The name of the database at the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@return The name of the database at the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                    The name of the database at the endpoint.

                    \n@param databaseName The name of the database at the endpoint.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                    The name of the database at the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)", "deprecated" : false, "documentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@return Additional connection attributes used to connect to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    \n@param extraConnectionAttributes Additional connection attributes used to connect to the endpoint.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional connection attributes used to connect to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                    The status of the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                    The status of the endpoint.

                    \n@param status The status of the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The status of the endpoint.

                    \n@return The status of the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                    The status of the endpoint.

                    \n@param status The status of the endpoint.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                    The status of the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "documentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@return The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    \n@param kmsKeyId The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                    The KMS key identifier that will be used to encrypt the connection parameters. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@return The Amazon Resource Name (ARN) used for SSL connection to the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    \n@param certificateArn The Amazon Resource Name (ARN) used for SSL connection to the endpoint.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)", "deprecated" : false, "documentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n

                    \n@return The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The SSL mode used to connect to the endpoint.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalId", "beanStyleSetterMethodName" : "setExternalId", "c2jName" : "ExternalId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalId(String)}.\n@param externalId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalId(String)", "deprecated" : false, "documentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "externalId", "fluentSetterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@param externalId Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalId", "getterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@return Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExternalId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExternalId", "setterDocumentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    \n@param externalId Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.", "setterMethodName" : "setExternalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalId", "variableType" : "String", "documentation" : "

                    Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)", "deprecated" : false, "documentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@param dynamoDbSettings The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@return The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    \n@param dynamoDbSettings The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

                    The settings for the target DynamoDB database. For more information, see the DynamoDBSettings structure.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)", "deprecated" : false, "documentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@param s3Settings The settings for the S3 target endpoint. For more information, see the S3Settings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@return The settings for the S3 target endpoint. For more information, see the S3Settings structure.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    \n@param s3Settings The settings for the S3 target endpoint. For more information, see the S3Settings structure.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    The settings for the S3 target endpoint. For more information, see the S3Settings structure.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)", "deprecated" : false, "documentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@param mongoDbSettings The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@return The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    \n@param mongoDbSettings The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

                    The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Endpoint", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "wrapper" : false }, "Event" : { "c2jName" : "Event", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, 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 #sourceIdentifier(String)}.\n@param sourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIdentifier(String)", "deprecated" : false, "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@return The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, 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" : "SourceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceIdentifier", "setterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | 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 #sourceTypeString(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    ", "enumType" : "SourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeString", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sourceType} will return {@link SourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sourceTypeString}.\n

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The event message.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

                    The event message.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                    The event message.

                    \n@param message The event message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                    The event message.

                    \n@return The event message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "

                    The event message.

                    \n@param message The event message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                    The event message.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    The event categories available for the specified source type.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    The event categories available for the specified source type.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    The event categories available for the specified source type.

                    \n@param eventCategories The event categories available for the specified source type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    The event categories available for the specified source type.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The event categories available for the specified source type.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    The event categories available for the specified source type.

                    \n@param eventCategories The event categories available for the specified source type.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    The event categories available for the specified source type.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDate", "beanStyleSetterMethodName" : "setDate", "c2jName" : "Date", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date of the event.

                    \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 #date(Instant)}.\n@param date 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 #date(Instant)", "deprecated" : false, "documentation" : "

                    The date of the event.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "date", "fluentSetterDocumentation" : "

                    The date of the event.

                    \n@param date The date of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "date", "getterDocumentation" : "

                    The date of the event.

                    \n@return The date of the event.", "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" : "Date", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Date", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Date", "setterDocumentation" : "

                    The date of the event.

                    \n@param date The date of the event.", "setterMethodName" : "setDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "date", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "date", "variableType" : "java.time.Instant", "documentation" : "

                    The date of the event.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Date" : { "beanStyleGetterMethodName" : "getDate", "beanStyleSetterMethodName" : "setDate", "c2jName" : "Date", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date of the event.

                    \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 #date(Instant)}.\n@param date 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 #date(Instant)", "deprecated" : false, "documentation" : "

                    The date of the event.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "date", "fluentSetterDocumentation" : "

                    The date of the event.

                    \n@param date The date of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "date", "getterDocumentation" : "

                    The date of the event.

                    \n@return The date of the event.", "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" : "Date", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Date", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Date", "setterDocumentation" : "

                    The date of the event.

                    \n@param date The date of the event.", "setterMethodName" : "setDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "date", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "date", "variableType" : "java.time.Instant", "documentation" : "

                    The date of the event.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "EventCategories" : { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    The event categories available for the specified source type.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    The event categories available for the specified source type.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    The event categories available for the specified source type.

                    \n@param eventCategories The event categories available for the specified source type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    The event categories available for the specified source type.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The event categories available for the specified source type.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    The event categories available for the specified source type.

                    \n@param eventCategories The event categories available for the specified source type.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    The event categories available for the specified source type.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Message" : { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The event message.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

                    The event message.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                    The event message.

                    \n@param message The event message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                    The event message.

                    \n@return The event message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "

                    The event message.

                    \n@param message The event message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                    The event message.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceIdentifier" : { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, 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 #sourceIdentifier(String)}.\n@param sourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIdentifier(String)", "deprecated" : false, "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@return The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, 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" : "SourceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceIdentifier", "setterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | 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 #sourceTypeString(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    ", "enumType" : "SourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeString", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sourceType} will return {@link SourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sourceTypeString}.\n

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceIdentifier", "beanStyleSetterMethodName" : "setSourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, 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 #sourceIdentifier(String)}.\n@param sourceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceIdentifier(String)", "deprecated" : false, "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdentifier", "fluentSetterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdentifier", "getterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@return The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, 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" : "SourceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceIdentifier", "setterDocumentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    \n@param sourceIdentifier The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task", "setterMethodName" : "setSourceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceIdentifier", "variableType" : "String", "documentation" : "

                    The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

                    Constraints:replication instance, endpoint, migration task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | 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 #sourceTypeString(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    ", "enumType" : "SourceType", "fluentEnumGetterMethodName" : "sourceType", "fluentGetterMethodName" : "sourceTypeString", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sourceType} will return {@link SourceType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sourceTypeString}.\n

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task\n@see SourceType", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | endpoint | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The event message.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

                    The event message.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                    The event message.

                    \n@param message The event message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                    The event message.

                    \n@return The event message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "

                    The event message.

                    \n@param message The event message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                    The event message.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    The event categories available for the specified source type.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    The event categories available for the specified source type.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    The event categories available for the specified source type.

                    \n@param eventCategories The event categories available for the specified source type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    The event categories available for the specified source type.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The event categories available for the specified source type.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    The event categories available for the specified source type.

                    \n@param eventCategories The event categories available for the specified source type.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    The event categories available for the specified source type.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDate", "beanStyleSetterMethodName" : "setDate", "c2jName" : "Date", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                    The date of the event.

                    \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 #date(Instant)}.\n@param date 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 #date(Instant)", "deprecated" : false, "documentation" : "

                    The date of the event.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "date", "fluentSetterDocumentation" : "

                    The date of the event.

                    \n@param date The date of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "date", "getterDocumentation" : "

                    The date of the event.

                    \n@return The date of the event.", "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" : "Date", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Date", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "Date", "setterDocumentation" : "

                    The date of the event.

                    \n@param date The date of the event.", "setterMethodName" : "setDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "date", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "date", "variableType" : "java.time.Instant", "documentation" : "

                    The date of the event.

                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Event", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Event", "variableName" : "event", "variableType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "wrapper" : false }, "EventCategoryGroup" : { "c2jName" : "EventCategoryGroup", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a SourceType that you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of event categories for a SourceType that you want to subscribe to.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a SourceType that you want to subscribe to.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventCategories" : { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a SourceType that you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of event categories for a SourceType that you want to subscribe to.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a SourceType that you want to subscribe to.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a SourceType that you want to subscribe to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of event categories for a SourceType that you want to subscribe to.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    \n@param eventCategories A list of event categories for a SourceType that you want to subscribe to.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a SourceType that you want to subscribe to.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventCategoryGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventCategoryGroup", "variableName" : "eventCategoryGroup", "variableType" : "EventCategoryGroup", "documentation" : null, "simpleType" : "EventCategoryGroup", "variableSetterType" : "EventCategoryGroup" }, "wrapper" : false }, "EventSubscription" : { "c2jName" : "EventSubscription", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCustomerAwsId", "beanStyleSetterMethodName" : "setCustomerAwsId", "c2jName" : "CustomerAwsId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerAwsId(String)}.\n@param customerAwsId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerAwsId(String)", "deprecated" : false, "documentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "customerAwsId", "fluentSetterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@param customerAwsId The AWS customer account associated with the AWS DMS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerAwsId", "getterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@return The AWS customer account associated with the AWS DMS event notification subscription.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomerAwsId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAwsId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CustomerAwsId", "setterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@param customerAwsId The AWS customer account associated with the AWS DMS event notification subscription.", "setterMethodName" : "setCustomerAwsId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerAwsId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "customerAwsId", "variableType" : "String", "documentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustSubscriptionId", "beanStyleSetterMethodName" : "setCustSubscriptionId", "c2jName" : "CustSubscriptionId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #custSubscriptionId(String)}.\n@param custSubscriptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #custSubscriptionId(String)", "deprecated" : false, "documentation" : "

                    The AWS DMS event notification subscription Id.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "custSubscriptionId", "fluentSetterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@param custSubscriptionId The AWS DMS event notification subscription Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "custSubscriptionId", "getterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@return The AWS DMS event notification subscription Id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustSubscriptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustSubscriptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CustSubscriptionId", "setterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@param custSubscriptionId The AWS DMS event notification subscription Id.", "setterMethodName" : "setCustSubscriptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "custSubscriptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "custSubscriptionId", "variableType" : "String", "documentation" : "

                    The AWS DMS event notification subscription Id.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@param snsTopicArn The topic ARN of the AWS DMS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@return The topic ARN of the AWS DMS event notification subscription.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@param snsTopicArn The topic ARN of the AWS DMS event notification subscription.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@param status The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@return The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@param status The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubscriptionCreationTime", "beanStyleSetterMethodName" : "setSubscriptionCreationTime", "c2jName" : "SubscriptionCreationTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionCreationTime(String)}.\n@param subscriptionCreationTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionCreationTime(String)", "deprecated" : false, "documentation" : "

                    The time the RDS event notification subscription was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionCreationTime", "fluentSetterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@param subscriptionCreationTime The time the RDS event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionCreationTime", "getterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@return The time the RDS event notification subscription was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionCreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionCreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionCreationTime", "setterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@param subscriptionCreationTime The time the RDS event notification subscription was created.", "setterMethodName" : "setSubscriptionCreationTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionCreationTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionCreationTime", "variableType" : "String", "documentation" : "

                    The time the RDS event notification subscription was created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceIdsList", "beanStyleSetterMethodName" : "setSourceIdsList", "c2jName" : "SourceIdsList", "c2jShape" : "SourceIdsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \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 #sourceIdsList(List)}.\n@param sourceIdsList 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 #sourceIdsList(List)", "deprecated" : false, "documentation" : "

                    A list of source Ids for the event subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdsList", "fluentSetterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n@param sourceIdsList A list of source Ids for the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdsList", "getterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of source Ids for the event subscription.", "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" : "SourceIdsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SourceIdsList", "setterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n@param sourceIdsList A list of source Ids for the event subscription.", "setterMethodName" : "setSourceIdsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIdsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIdsList", "variableType" : "java.util.List", "documentation" : "

                    A list of source Ids for the event subscription.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategoriesList", "beanStyleSetterMethodName" : "setEventCategoriesList", "c2jName" : "EventCategoriesList", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A lists of event categories.

                    \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 #eventCategoriesList(List)}.\n@param eventCategoriesList 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 #eventCategoriesList(List)", "deprecated" : false, "documentation" : "

                    A lists of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategoriesList", "fluentSetterDocumentation" : "

                    A lists of event categories.

                    \n@param eventCategoriesList A lists of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategoriesList", "getterDocumentation" : "

                    A lists of event categories.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A lists of event categories.", "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" : "EventCategoriesList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoriesList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategoriesList", "setterDocumentation" : "

                    A lists of event categories.

                    \n@param eventCategoriesList A lists of event categories.", "setterMethodName" : "setEventCategoriesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "documentation" : "

                    A lists of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@param enabled Boolean value that indicates if the event subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@return Boolean value that indicates if the event subscription is enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@param enabled Boolean value that indicates if the event subscription is enabled.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CustSubscriptionId" : { "beanStyleGetterMethodName" : "getCustSubscriptionId", "beanStyleSetterMethodName" : "setCustSubscriptionId", "c2jName" : "CustSubscriptionId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #custSubscriptionId(String)}.\n@param custSubscriptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #custSubscriptionId(String)", "deprecated" : false, "documentation" : "

                    The AWS DMS event notification subscription Id.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "custSubscriptionId", "fluentSetterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@param custSubscriptionId The AWS DMS event notification subscription Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "custSubscriptionId", "getterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@return The AWS DMS event notification subscription Id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustSubscriptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustSubscriptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CustSubscriptionId", "setterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@param custSubscriptionId The AWS DMS event notification subscription Id.", "setterMethodName" : "setCustSubscriptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "custSubscriptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "custSubscriptionId", "variableType" : "String", "documentation" : "

                    The AWS DMS event notification subscription Id.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CustomerAwsId" : { "beanStyleGetterMethodName" : "getCustomerAwsId", "beanStyleSetterMethodName" : "setCustomerAwsId", "c2jName" : "CustomerAwsId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerAwsId(String)}.\n@param customerAwsId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerAwsId(String)", "deprecated" : false, "documentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "customerAwsId", "fluentSetterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@param customerAwsId The AWS customer account associated with the AWS DMS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerAwsId", "getterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@return The AWS customer account associated with the AWS DMS event notification subscription.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomerAwsId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAwsId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CustomerAwsId", "setterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@param customerAwsId The AWS customer account associated with the AWS DMS event notification subscription.", "setterMethodName" : "setCustomerAwsId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerAwsId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "customerAwsId", "variableType" : "String", "documentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@param enabled Boolean value that indicates if the event subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@return Boolean value that indicates if the event subscription is enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@param enabled Boolean value that indicates if the event subscription is enabled.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EventCategoriesList" : { "beanStyleGetterMethodName" : "getEventCategoriesList", "beanStyleSetterMethodName" : "setEventCategoriesList", "c2jName" : "EventCategoriesList", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A lists of event categories.

                    \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 #eventCategoriesList(List)}.\n@param eventCategoriesList 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 #eventCategoriesList(List)", "deprecated" : false, "documentation" : "

                    A lists of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategoriesList", "fluentSetterDocumentation" : "

                    A lists of event categories.

                    \n@param eventCategoriesList A lists of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategoriesList", "getterDocumentation" : "

                    A lists of event categories.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A lists of event categories.", "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" : "EventCategoriesList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoriesList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategoriesList", "setterDocumentation" : "

                    A lists of event categories.

                    \n@param eventCategoriesList A lists of event categories.", "setterMethodName" : "setEventCategoriesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "documentation" : "

                    A lists of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnsTopicArn" : { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@param snsTopicArn The topic ARN of the AWS DMS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@return The topic ARN of the AWS DMS event notification subscription.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@param snsTopicArn The topic ARN of the AWS DMS event notification subscription.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceIdsList" : { "beanStyleGetterMethodName" : "getSourceIdsList", "beanStyleSetterMethodName" : "setSourceIdsList", "c2jName" : "SourceIdsList", "c2jShape" : "SourceIdsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \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 #sourceIdsList(List)}.\n@param sourceIdsList 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 #sourceIdsList(List)", "deprecated" : false, "documentation" : "

                    A list of source Ids for the event subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdsList", "fluentSetterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n@param sourceIdsList A list of source Ids for the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdsList", "getterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of source Ids for the event subscription.", "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" : "SourceIdsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SourceIdsList", "setterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n@param sourceIdsList A list of source Ids for the event subscription.", "setterMethodName" : "setSourceIdsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIdsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIdsList", "variableType" : "java.util.List", "documentation" : "

                    A list of source Ids for the event subscription.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@param status The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@return The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@param status The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubscriptionCreationTime" : { "beanStyleGetterMethodName" : "getSubscriptionCreationTime", "beanStyleSetterMethodName" : "setSubscriptionCreationTime", "c2jName" : "SubscriptionCreationTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionCreationTime(String)}.\n@param subscriptionCreationTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionCreationTime(String)", "deprecated" : false, "documentation" : "

                    The time the RDS event notification subscription was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionCreationTime", "fluentSetterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@param subscriptionCreationTime The time the RDS event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionCreationTime", "getterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@return The time the RDS event notification subscription was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionCreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionCreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionCreationTime", "setterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@param subscriptionCreationTime The time the RDS event notification subscription was created.", "setterMethodName" : "setSubscriptionCreationTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionCreationTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionCreationTime", "variableType" : "String", "documentation" : "

                    The time the RDS event notification subscription was created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCustomerAwsId", "beanStyleSetterMethodName" : "setCustomerAwsId", "c2jName" : "CustomerAwsId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerAwsId(String)}.\n@param customerAwsId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerAwsId(String)", "deprecated" : false, "documentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "customerAwsId", "fluentSetterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@param customerAwsId The AWS customer account associated with the AWS DMS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customerAwsId", "getterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@return The AWS customer account associated with the AWS DMS event notification subscription.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustomerAwsId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustomerAwsId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CustomerAwsId", "setterDocumentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    \n@param customerAwsId The AWS customer account associated with the AWS DMS event notification subscription.", "setterMethodName" : "setCustomerAwsId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customerAwsId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "customerAwsId", "variableType" : "String", "documentation" : "

                    The AWS customer account associated with the AWS DMS event notification subscription.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustSubscriptionId", "beanStyleSetterMethodName" : "setCustSubscriptionId", "c2jName" : "CustSubscriptionId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #custSubscriptionId(String)}.\n@param custSubscriptionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #custSubscriptionId(String)", "deprecated" : false, "documentation" : "

                    The AWS DMS event notification subscription Id.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "custSubscriptionId", "fluentSetterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@param custSubscriptionId The AWS DMS event notification subscription Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "custSubscriptionId", "getterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@return The AWS DMS event notification subscription Id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CustSubscriptionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CustSubscriptionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CustSubscriptionId", "setterDocumentation" : "

                    The AWS DMS event notification subscription Id.

                    \n@param custSubscriptionId The AWS DMS event notification subscription Id.", "setterMethodName" : "setCustSubscriptionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "custSubscriptionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "custSubscriptionId", "variableType" : "String", "documentation" : "

                    The AWS DMS event notification subscription Id.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@param snsTopicArn The topic ARN of the AWS DMS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@return The topic ARN of the AWS DMS event notification subscription.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    \n@param snsTopicArn The topic ARN of the AWS DMS event notification subscription.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                    The topic ARN of the AWS DMS event notification subscription.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@param status The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@return The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    \n@param status The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                    The status of the AWS DMS event notification subscription.

                    Constraints:

                    Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                    The status \"no-permission\" indicates that AWS DMS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubscriptionCreationTime", "beanStyleSetterMethodName" : "setSubscriptionCreationTime", "c2jName" : "SubscriptionCreationTime", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionCreationTime(String)}.\n@param subscriptionCreationTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionCreationTime(String)", "deprecated" : false, "documentation" : "

                    The time the RDS event notification subscription was created.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionCreationTime", "fluentSetterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@param subscriptionCreationTime The time the RDS event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionCreationTime", "getterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@return The time the RDS event notification subscription was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionCreationTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionCreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionCreationTime", "setterDocumentation" : "

                    The time the RDS event notification subscription was created.

                    \n@param subscriptionCreationTime The time the RDS event notification subscription was created.", "setterMethodName" : "setSubscriptionCreationTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionCreationTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionCreationTime", "variableType" : "String", "documentation" : "

                    The time the RDS event notification subscription was created.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@return The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates events.

                    Valid values: replication-instance | replication-server | security-group | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceIdsList", "beanStyleSetterMethodName" : "setSourceIdsList", "c2jName" : "SourceIdsList", "c2jShape" : "SourceIdsList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \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 #sourceIdsList(List)}.\n@param sourceIdsList 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 #sourceIdsList(List)", "deprecated" : false, "documentation" : "

                    A list of source Ids for the event subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceIdsList", "fluentSetterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n@param sourceIdsList A list of source Ids for the event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceIdsList", "getterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of source Ids for the event subscription.", "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" : "SourceIdsList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceIdsList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SourceIdsList", "setterDocumentation" : "

                    A list of source Ids for the event subscription.

                    \n@param sourceIdsList A list of source Ids for the event subscription.", "setterMethodName" : "setSourceIdsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIdsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sourceIdsList", "variableType" : "java.util.List", "documentation" : "

                    A list of source Ids for the event subscription.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategoriesList", "beanStyleSetterMethodName" : "setEventCategoriesList", "c2jName" : "EventCategoriesList", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A lists of event categories.

                    \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 #eventCategoriesList(List)}.\n@param eventCategoriesList 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 #eventCategoriesList(List)", "deprecated" : false, "documentation" : "

                    A lists of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategoriesList", "fluentSetterDocumentation" : "

                    A lists of event categories.

                    \n@param eventCategoriesList A lists of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategoriesList", "getterDocumentation" : "

                    A lists of event categories.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A lists of event categories.", "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" : "EventCategoriesList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategoriesList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategoriesList", "setterDocumentation" : "

                    A lists of event categories.

                    \n@param eventCategoriesList A lists of event categories.", "setterMethodName" : "setEventCategoriesList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "documentation" : "

                    A lists of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@param enabled Boolean value that indicates if the event subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@return Boolean value that indicates if the event subscription is enabled.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    \n@param enabled Boolean value that indicates if the event subscription is enabled.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                    Boolean value that indicates if the event subscription is enabled.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EventSubscription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "wrapper" : false }, "Filter" : { "c2jName" : "Filter", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the filter.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    The name of the filter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the filter.

                    \n@param name The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the filter.

                    \n@return The name of the filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    The name of the filter.

                    \n@param name The name of the filter.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    The name of the filter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "FilterValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The filter value.

                    \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 #values(List)}.\n@param values 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 #values(List)", "deprecated" : false, "documentation" : "

                    The filter value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                    The filter value.

                    \n@param values The filter value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                    The filter value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The filter value.", "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" : "Values", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Values", "setterDocumentation" : "

                    The filter value.

                    \n@param values The filter value.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                    The filter value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the filter.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    The name of the filter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the filter.

                    \n@param name The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the filter.

                    \n@return The name of the filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    The name of the filter.

                    \n@param name The name of the filter.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    The name of the filter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Values" : { "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "FilterValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The filter value.

                    \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 #values(List)}.\n@param values 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 #values(List)", "deprecated" : false, "documentation" : "

                    The filter value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                    The filter value.

                    \n@param values The filter value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                    The filter value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The filter value.", "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" : "Values", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Values", "setterDocumentation" : "

                    The filter value.

                    \n@param values The filter value.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                    The filter value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the filter.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                    The name of the filter.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                    The name of the filter.

                    \n@param name The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                    The name of the filter.

                    \n@return The name of the filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                    The name of the filter.

                    \n@param name The name of the filter.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                    The name of the filter.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValues", "beanStyleSetterMethodName" : "setValues", "c2jName" : "Values", "c2jShape" : "FilterValueList", "defaultConsumerFluentSetterDocumentation" : "

                    The filter value.

                    \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 #values(List)}.\n@param values 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 #values(List)", "deprecated" : false, "documentation" : "

                    The filter value.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "values", "fluentSetterDocumentation" : "

                    The filter value.

                    \n@param values The filter value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "values", "getterDocumentation" : "

                    The filter value.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The filter value.", "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" : "Values", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Values", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Values", "setterDocumentation" : "

                    The filter value.

                    \n@param values The filter value.", "setterMethodName" : "setValues", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                    The filter value.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Values" ], "shapeName" : "Filter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "filter", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "wrapper" : false }, "ImportCertificateRequest" : { "c2jName" : "ImportCertificateMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ImportCertificate", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ImportCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateIdentifier", "beanStyleSetterMethodName" : "setCertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateIdentifier(String)}.\n@param certificateIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateIdentifier(String)", "deprecated" : false, "documentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateIdentifier", "fluentSetterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateIdentifier", "getterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateIdentifier", "setterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "setterMethodName" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificatePem(String)}.\n@param certificatePem a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificatePem(String)", "deprecated" : false, "documentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificatePem", "fluentSetterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificatePem", "getterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@return The contents of the .pem X.509 certificate file for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificatePem", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificatePem", "setterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.", "setterMethodName" : "setCertificatePem", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateWallet", "beanStyleSetterMethodName" : "setCertificateWallet", "c2jName" : "CertificateWallet", "c2jShape" : "CertificateWallet", "defaultConsumerFluentSetterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nThis is a convenience that creates an instance of the {@link ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(ByteBuffer)}.\n@param certificateWallet a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(ByteBuffer)", "deprecated" : false, "documentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateWallet", "fluentSetterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

                    \n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateWallet", "getterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \n

                    \nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n

                    \n@return The location of the imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateWallet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "CertificateWallet", "setterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

                    \n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : null, "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    The tags associated with the certificate.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                    The tags associated with the certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                    The tags associated with the certificate.

                    \n@param tags The tags associated with the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    The tags associated with the certificate.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The tags associated with the certificate.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                    The tags associated with the certificate.

                    \n@param tags The tags associated with the certificate.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    The tags associated with the certificate.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateIdentifier" : { "beanStyleGetterMethodName" : "getCertificateIdentifier", "beanStyleSetterMethodName" : "setCertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateIdentifier(String)}.\n@param certificateIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateIdentifier(String)", "deprecated" : false, "documentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateIdentifier", "fluentSetterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateIdentifier", "getterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateIdentifier", "setterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "setterMethodName" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificatePem" : { "beanStyleGetterMethodName" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificatePem(String)}.\n@param certificatePem a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificatePem(String)", "deprecated" : false, "documentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificatePem", "fluentSetterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificatePem", "getterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@return The contents of the .pem X.509 certificate file for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificatePem", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificatePem", "setterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.", "setterMethodName" : "setCertificatePem", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateWallet" : { "beanStyleGetterMethodName" : "getCertificateWallet", "beanStyleSetterMethodName" : "setCertificateWallet", "c2jName" : "CertificateWallet", "c2jShape" : "CertificateWallet", "defaultConsumerFluentSetterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nThis is a convenience that creates an instance of the {@link ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(ByteBuffer)}.\n@param certificateWallet a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(ByteBuffer)", "deprecated" : false, "documentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateWallet", "fluentSetterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

                    \n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateWallet", "getterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \n

                    \nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n

                    \n@return The location of the imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateWallet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "CertificateWallet", "setterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

                    \n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : null, "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    The tags associated with the certificate.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                    The tags associated with the certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                    The tags associated with the certificate.

                    \n@param tags The tags associated with the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    The tags associated with the certificate.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The tags associated with the certificate.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                    The tags associated with the certificate.

                    \n@param tags The tags associated with the certificate.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    The tags associated with the certificate.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateIdentifier", "beanStyleSetterMethodName" : "setCertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateIdentifier(String)}.\n@param certificateIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateIdentifier(String)", "deprecated" : false, "documentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateIdentifier", "fluentSetterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateIdentifier", "getterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@return The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateIdentifier", "setterDocumentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    \n@param certificateIdentifier The customer-assigned name of the certificate. Valid characters are A-z and 0-9.", "setterMethodName" : "setCertificateIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateIdentifier", "variableType" : "String", "documentation" : "

                    The customer-assigned name of the certificate. Valid characters are A-z and 0-9.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificatePem", "beanStyleSetterMethodName" : "setCertificatePem", "c2jName" : "CertificatePem", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificatePem(String)}.\n@param certificatePem a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificatePem(String)", "deprecated" : false, "documentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificatePem", "fluentSetterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificatePem", "getterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@return The contents of the .pem X.509 certificate file for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificatePem", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificatePem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificatePem", "setterDocumentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    \n@param certificatePem The contents of the .pem X.509 certificate file for the certificate.", "setterMethodName" : "setCertificatePem", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificatePem", "variableType" : "String", "documentation" : "

                    The contents of the .pem X.509 certificate file for the certificate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateWallet", "beanStyleSetterMethodName" : "setCertificateWallet", "c2jName" : "CertificateWallet", "c2jShape" : "CertificateWallet", "defaultConsumerFluentSetterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nThis is a convenience that creates an instance of the {@link ByteBuffer.Builder} avoiding the need to create one manually via {@link ByteBuffer#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByteBuffer.Builder#build()} is called immediately and its result is passed to {@link #certificateWallet(ByteBuffer)}.\n@param certificateWallet a consumer that will call methods on {@link ByteBuffer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateWallet(ByteBuffer)", "deprecated" : false, "documentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateWallet", "fluentSetterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

                    \n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateWallet", "getterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \n

                    \nThis method will return a new read-only {@code ByteBuffer} each time it is invoked.\n

                    \n@return The location of the imported Oracle Wallet certificate for use with SSL.", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateWallet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateWallet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.nio.ByteBuffer", "marshallingType" : "BYTE_BUFFER", "name" : "CertificateWallet", "setterDocumentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    \nTo preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.\n

                    \n\n@param certificateWallet The location of the imported Oracle Wallet certificate for use with SSL.", "setterMethodName" : "setCertificateWallet", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : null, "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "certificateWallet", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                    The location of the imported Oracle Wallet certificate for use with SSL.

                    ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    The tags associated with the certificate.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                    The tags associated with the certificate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                    The tags associated with the certificate.

                    \n@param tags The tags associated with the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                    The tags associated with the certificate.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return The tags associated with the certificate.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Tags", "setterDocumentation" : "

                    The tags associated with the certificate.

                    \n@param tags The tags associated with the certificate.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                    The tags associated with the certificate.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateIdentifier" ], "shapeName" : "ImportCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImportCertificateRequest", "variableName" : "importCertificateRequest", "variableType" : "ImportCertificateRequest", "documentation" : null, "simpleType" : "ImportCertificateRequest", "variableSetterType" : "ImportCertificateRequest" }, "wrapper" : false }, "ImportCertificateResponse" : { "c2jName" : "ImportCertificateResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "

                    The certificate to be uploaded.

                    \nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #certificate(Certificate)}.\n@param certificate a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(Certificate)", "deprecated" : false, "documentation" : "

                    The certificate to be uploaded.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                    The certificate to be uploaded.

                    \n@param certificate The certificate to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                    The certificate to be uploaded.

                    \n@return The certificate to be uploaded.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Certificate", "setterDocumentation" : "

                    The certificate to be uploaded.

                    \n@param certificate The certificate to be uploaded.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : "

                    The certificate to be uploaded.

                    ", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificate" : { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "

                    The certificate to be uploaded.

                    \nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #certificate(Certificate)}.\n@param certificate a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(Certificate)", "deprecated" : false, "documentation" : "

                    The certificate to be uploaded.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                    The certificate to be uploaded.

                    \n@param certificate The certificate to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                    The certificate to be uploaded.

                    \n@return The certificate to be uploaded.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Certificate", "setterDocumentation" : "

                    The certificate to be uploaded.

                    \n@param certificate The certificate to be uploaded.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : "

                    The certificate to be uploaded.

                    ", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "Certificate", "defaultConsumerFluentSetterDocumentation" : "

                    The certificate to be uploaded.

                    \nThis is a convenience that creates an instance of the {@link Certificate.Builder} avoiding the need to create one manually via {@link Certificate#builder()}.\n\nWhen the {@link Consumer} completes, {@link Certificate.Builder#build()} is called immediately and its result is passed to {@link #certificate(Certificate)}.\n@param certificate a consumer that will call methods on {@link Certificate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(Certificate)", "deprecated" : false, "documentation" : "

                    The certificate to be uploaded.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                    The certificate to be uploaded.

                    \n@param certificate The certificate to be uploaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                    The certificate to be uploaded.

                    \n@return The certificate to be uploaded.", "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Certificate", "setterDocumentation" : "

                    The certificate to be uploaded.

                    \n@param certificate The certificate to be uploaded.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : null, "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "simple" : false, "variable" : { "variableDeclarationType" : "Certificate", "variableName" : "certificate", "variableType" : "Certificate", "documentation" : "

                    The certificate to be uploaded.

                    ", "simpleType" : "Certificate", "variableSetterType" : "Certificate" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImportCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImportCertificateResponse", "variableName" : "importCertificateResponse", "variableType" : "ImportCertificateResponse", "documentation" : null, "simpleType" : "ImportCertificateResponse", "variableSetterType" : "ImportCertificateResponse" }, "wrapper" : false }, "InsufficientResourceCapacityException" : { "c2jName" : "InsufficientResourceCapacityFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    There are not enough resources allocated to the database migration.

                    ", "enums" : null, "errorCode" : "InsufficientResourceCapacityFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InsufficientResourceCapacityException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InsufficientResourceCapacityException", "variableName" : "insufficientResourceCapacityException", "variableType" : "InsufficientResourceCapacityException", "documentation" : null, "simpleType" : "InsufficientResourceCapacityException", "variableSetterType" : "InsufficientResourceCapacityException" }, "wrapper" : false }, "InvalidCertificateException" : { "c2jName" : "InvalidCertificateFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The certificate was not valid.

                    ", "enums" : null, "errorCode" : "InvalidCertificateFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidCertificateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidCertificateException", "variableName" : "invalidCertificateException", "variableType" : "InvalidCertificateException", "documentation" : null, "simpleType" : "InvalidCertificateException", "variableSetterType" : "InvalidCertificateException" }, "wrapper" : false }, "InvalidResourceStateException" : { "c2jName" : "InvalidResourceStateFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The resource is in a state that prevents it from being used for database migration.

                    ", "enums" : null, "errorCode" : "InvalidResourceStateFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidResourceStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidResourceStateException", "variableName" : "invalidResourceStateException", "variableType" : "InvalidResourceStateException", "documentation" : null, "simpleType" : "InvalidResourceStateException", "variableSetterType" : "InvalidResourceStateException" }, "wrapper" : false }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnet", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    The subnet provided is invalid.

                    ", "enums" : null, "errorCode" : "InvalidSubnet", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSubnetException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSubnetException", "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "documentation" : null, "simpleType" : "InvalidSubnetException", "variableSetterType" : "InvalidSubnetException" }, "wrapper" : false }, "KMSKeyNotAccessibleException" : { "c2jName" : "KMSKeyNotAccessibleFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    AWS DMS cannot access the KMS key.

                    ", "enums" : null, "errorCode" : "KMSKeyNotAccessibleFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KMSKeyNotAccessibleException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KMSKeyNotAccessibleException", "variableName" : "kmsKeyNotAccessibleException", "variableType" : "KMSKeyNotAccessibleException", "documentation" : null, "simpleType" : "KMSKeyNotAccessibleException", "variableSetterType" : "KMSKeyNotAccessibleException" }, "wrapper" : false }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    \n@param resourceArn The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS resource.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tags for the resource.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagList(List)}.\n@param tagList 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 #tagList(List)", "deprecated" : false, "documentation" : "

                    A list of tags for the resource.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                    A list of tags for the resource.

                    \n@param tagList A list of tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                    A list of tags for the resource.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tags for the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TagList", "setterDocumentation" : "

                    A list of tags for the resource.

                    \n@param tagList A list of tags for the resource.", "setterMethodName" : "setTagList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "

                    A list of tags for the resource.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagList" : { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tags for the resource.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagList(List)}.\n@param tagList 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 #tagList(List)", "deprecated" : false, "documentation" : "

                    A list of tags for the resource.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                    A list of tags for the resource.

                    \n@param tagList A list of tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                    A list of tags for the resource.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tags for the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TagList", "setterDocumentation" : "

                    A list of tags for the resource.

                    \n@param tagList A list of tags for the resource.", "setterMethodName" : "setTagList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "

                    A list of tags for the resource.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTagList", "beanStyleSetterMethodName" : "setTagList", "c2jName" : "TagList", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of tags for the resource.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagList(List)}.\n@param tagList 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 #tagList(List)", "deprecated" : false, "documentation" : "

                    A list of tags for the resource.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tagList", "fluentSetterDocumentation" : "

                    A list of tags for the resource.

                    \n@param tagList A list of tags for the resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagList", "getterDocumentation" : "

                    A list of tags for the resource.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of tags for the resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TagList", "setterDocumentation" : "

                    A list of tags for the resource.

                    \n@param tagList A list of tags for the resource.", "setterMethodName" : "setTagList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "

                    A list of tags for the resource.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false }, "MigrationTypeValue" : { "c2jName" : "MigrationTypeValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "FULL_LOAD", "value" : "full-load" }, { "name" : "CDC", "value" : "cdc" }, { "name" : "FULL_LOAD_AND_CDC", "value" : "full-load-and-cdc" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MigrationTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MigrationTypeValue", "variableName" : "migrationTypeValue", "variableType" : "MigrationTypeValue", "documentation" : null, "simpleType" : "MigrationTypeValue", "variableSetterType" : "MigrationTypeValue" }, "wrapper" : false }, "ModifyEndpointRequest" : { "c2jName" : "ModifyEndpointMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ModifyEndpoint", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ModifyEndpoint", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(String)", "deprecated" : false, "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                    The type of endpoint.

                    ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                    The type of endpoint.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                    \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                    The user name to be used to login to the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@return The user name to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@param username The user name to be used to login to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name to be used to login to the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)", "deprecated" : false, "documentation" : "

                    The password to be used to login to the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@return The password to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@param password The password to be used to login to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                    The password to be used to login to the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                    The name of the server where the endpoint database resides.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@return The name of the server where the endpoint database resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@param serverName The name of the server where the endpoint database resides.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                    The name of the server where the endpoint database resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The port used by the endpoint database.

                    \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                    The port used by the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                    The port used by the endpoint database.

                    \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                    The port used by the endpoint database.

                    \n@return The port used by the endpoint database.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                    The port used by the endpoint database.

                    \n@param port The port used by the endpoint database.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                    The port used by the endpoint database.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                    The name of the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                    The name of the endpoint database.

                    \n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                    The name of the endpoint database.

                    \n@return The name of the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                    The name of the endpoint database.

                    \n@param databaseName The name of the endpoint database.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                    The name of the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)", "deprecated" : false, "documentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@return Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the certificate used for SSL connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@return The Amazon Resource Name (ARN) of the certificate used for SSL connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the certificate used for SSL connection.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)", "deprecated" : false, "documentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n

                    \n@return The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the certificate used for SSL connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@return The Amazon Resource Name (ARN) of the certificate used for SSL connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the certificate used for SSL connection.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DatabaseName" : { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                    The name of the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                    The name of the endpoint database.

                    \n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                    The name of the endpoint database.

                    \n@return The name of the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                    The name of the endpoint database.

                    \n@param databaseName The name of the endpoint database.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                    The name of the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DynamoDbSettings" : { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndpointIdentifier" : { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(String)", "deprecated" : false, "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EndpointType" : { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                    The type of endpoint.

                    ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                    The type of endpoint.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                    \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineName" : { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExtraConnectionAttributes" : { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)", "deprecated" : false, "documentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@return Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MongoDbSettings" : { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null }, "Password" : { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)", "deprecated" : false, "documentation" : "

                    The password to be used to login to the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@return The password to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@param password The password to be used to login to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                    The password to be used to login to the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The port used by the endpoint database.

                    \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                    The port used by the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                    The port used by the endpoint database.

                    \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                    The port used by the endpoint database.

                    \n@return The port used by the endpoint database.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                    The port used by the endpoint database.

                    \n@param port The port used by the endpoint database.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                    The port used by the endpoint database.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "S3Settings" : { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, "ServerName" : { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                    The name of the server where the endpoint database resides.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@return The name of the server where the endpoint database resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@param serverName The name of the server where the endpoint database resides.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                    The name of the server where the endpoint database resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SslMode" : { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)", "deprecated" : false, "documentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n

                    \n@return The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Username" : { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                    The user name to be used to login to the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@return The user name to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@param username The user name to be used to login to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name to be used to login to the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointIdentifier", "beanStyleSetterMethodName" : "setEndpointIdentifier", "c2jName" : "EndpointIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointIdentifier(String)}.\n@param endpointIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointIdentifier(String)", "deprecated" : false, "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointIdentifier", "fluentSetterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointIdentifier", "getterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@return The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointIdentifier", "setterDocumentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    \n@param endpointIdentifier The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", "setterMethodName" : "setEndpointIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointIdentifier", "variableType" : "String", "documentation" : "

                    The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The type of endpoint.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                    The type of endpoint.

                    ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                    The type of endpoint.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                    \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                    The type of endpoint.

                    \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                    The type of endpoint.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@return The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    \n@param engineName The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                    The type of engine for the endpoint. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, MONGODB, SYBASE, and SQLSERVER.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                    The user name to be used to login to the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@param username The user name to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@return The user name to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                    The user name to be used to login to the endpoint database.

                    \n@param username The user name to be used to login to the endpoint database.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                    The user name to be used to login to the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)", "deprecated" : false, "documentation" : "

                    The password to be used to login to the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@param password The password to be used to login to the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@return The password to be used to login to the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

                    The password to be used to login to the endpoint database.

                    \n@param password The password to be used to login to the endpoint database.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                    The password to be used to login to the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                    The name of the server where the endpoint database resides.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@param serverName The name of the server where the endpoint database resides.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@return The name of the server where the endpoint database resides.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                    The name of the server where the endpoint database resides.

                    \n@param serverName The name of the server where the endpoint database resides.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                    The name of the server where the endpoint database resides.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The port used by the endpoint database.

                    \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                    The port used by the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                    The port used by the endpoint database.

                    \n@param port The port used by the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                    The port used by the endpoint database.

                    \n@return The port used by the endpoint database.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                    The port used by the endpoint database.

                    \n@param port The port used by the endpoint database.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                    The port used by the endpoint database.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the endpoint database.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                    The name of the endpoint database.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                    The name of the endpoint database.

                    \n@param databaseName The name of the endpoint database.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                    The name of the endpoint database.

                    \n@return The name of the endpoint database.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                    The name of the endpoint database.

                    \n@param databaseName The name of the endpoint database.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                    The name of the endpoint database.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtraConnectionAttributes", "beanStyleSetterMethodName" : "setExtraConnectionAttributes", "c2jName" : "ExtraConnectionAttributes", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extraConnectionAttributes(String)}.\n@param extraConnectionAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extraConnectionAttributes(String)", "deprecated" : false, "documentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extraConnectionAttributes", "fluentSetterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extraConnectionAttributes", "getterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@return Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtraConnectionAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtraConnectionAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtraConnectionAttributes", "setterDocumentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    \n@param extraConnectionAttributes Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.", "setterMethodName" : "setExtraConnectionAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extraConnectionAttributes", "variableType" : "String", "documentation" : "

                    Additional attributes associated with the connection. To reset this parameter, pass the empty string (\"\") as an argument.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the certificate used for SSL connection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@return The Amazon Resource Name (ARN) of the certificate used for SSL connection.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CertificateArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    \n@param certificateArn The Amazon Resource Name (ARN) of the certificate used for SSL connection.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the certificate used for SSL connection.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSslMode", "beanStyleSetterMethodName" : "setSslMode", "c2jName" : "SslMode", "c2jShape" : "DmsSslModeValue", "defaultConsumerFluentSetterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sslModeString(String)}.\n@param sslMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sslMode(String)", "deprecated" : false, "documentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "enumType" : "DmsSslModeValue", "fluentEnumGetterMethodName" : "sslMode", "fluentGetterMethodName" : "sslModeString", "fluentSetterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see DmsSslModeValue", "fluentSetterMethodName" : "sslMode", "getterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #sslMode} will return {@link DmsSslModeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sslModeString}.\n

                    \n@return The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SslMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SslMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SslMode", "setterDocumentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    \n@param sslMode The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.\n@see DmsSslModeValue", "setterMethodName" : "setSslMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sslMode", "variableType" : "String", "documentation" : "

                    The SSL mode to be used.

                    SSL mode can be one of four values: none, require, verify-ca, verify-full.

                    The default value is none.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDynamoDbSettings", "beanStyleSetterMethodName" : "setDynamoDbSettings", "c2jName" : "DynamoDbSettings", "c2jShape" : "DynamoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link DynamoDbSettings.Builder} avoiding the need to create one manually via {@link DynamoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link DynamoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #dynamoDbSettings(DynamoDbSettings)}.\n@param dynamoDbSettings a consumer that will call methods on {@link DynamoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dynamoDbSettings(DynamoDbSettings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "dynamoDbSettings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dynamoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "DynamoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DynamoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DynamoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "DynamoDbSettings", "setterDocumentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    \n@param dynamoDbSettings Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.", "setterMethodName" : "setDynamoDbSettings", "setterModel" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : null, "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "DynamoDbSettings", "variableName" : "dynamoDbSettings", "variableType" : "DynamoDbSettings", "documentation" : "

                    Settings in JSON format for the target Amazon DynamoDB endpoint. For more information about the available settings, see the Using Object Mapping to Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as a Target for AWS Database Migration Service.

                    ", "simpleType" : "DynamoDbSettings", "variableSetterType" : "DynamoDbSettings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3Settings", "beanStyleSetterMethodName" : "setS3Settings", "c2jName" : "S3Settings", "c2jShape" : "S3Settings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link S3Settings.Builder} avoiding the need to create one manually via {@link S3Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Settings.Builder#build()} is called immediately and its result is passed to {@link #s3Settings(S3Settings)}.\n@param s3Settings a consumer that will call methods on {@link S3Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Settings(S3Settings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3Settings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Settings", "getterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "S3Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3Settings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "S3Settings", "setterDocumentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param s3Settings Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setS3Settings", "setterModel" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "simple" : false, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : "

                    Settings in JSON format for the target S3 endpoint. For more information about the available settings, see the Extra Connection Attributes section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMongoDbSettings", "beanStyleSetterMethodName" : "setMongoDbSettings", "c2jName" : "MongoDbSettings", "c2jShape" : "MongoDbSettings", "defaultConsumerFluentSetterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \nThis is a convenience that creates an instance of the {@link MongoDbSettings.Builder} avoiding the need to create one manually via {@link MongoDbSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link MongoDbSettings.Builder#build()} is called immediately and its result is passed to {@link #mongoDbSettings(MongoDbSettings)}.\n@param mongoDbSettings a consumer that will call methods on {@link MongoDbSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mongoDbSettings(MongoDbSettings)", "deprecated" : false, "documentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "mongoDbSettings", "fluentSetterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mongoDbSettings", "getterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@return Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "getterModel" : { "returnType" : "MongoDbSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MongoDbSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MongoDbSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "MongoDbSettings", "setterDocumentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    \n@param mongoDbSettings Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.", "setterMethodName" : "setMongoDbSettings", "setterModel" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "simple" : false, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : "

                    Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the Configuration Properties When Using MongoDB as a Source for AWS Database Migration Service section at Using Amazon S3 as a Target for AWS Database Migration Service.

                    ", "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointArn" ], "shapeName" : "ModifyEndpointRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyEndpointRequest", "variableName" : "modifyEndpointRequest", "variableType" : "ModifyEndpointRequest", "documentation" : null, "simpleType" : "ModifyEndpointRequest", "variableSetterType" : "ModifyEndpointRequest" }, "wrapper" : false }, "ModifyEndpointResponse" : { "c2jName" : "ModifyEndpointResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The modified endpoint.

                    \nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #endpoint(Endpoint)}.\n@param endpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(Endpoint)", "deprecated" : false, "documentation" : "

                    The modified endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                    The modified endpoint.

                    \n@param endpoint The modified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                    The modified endpoint.

                    \n@return The modified endpoint.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

                    The modified endpoint.

                    \n@param endpoint The modified endpoint.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                    The modified endpoint.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Endpoint" : { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The modified endpoint.

                    \nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #endpoint(Endpoint)}.\n@param endpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(Endpoint)", "deprecated" : false, "documentation" : "

                    The modified endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                    The modified endpoint.

                    \n@param endpoint The modified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                    The modified endpoint.

                    \n@return The modified endpoint.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

                    The modified endpoint.

                    \n@param endpoint The modified endpoint.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                    The modified endpoint.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpoint", "beanStyleSetterMethodName" : "setEndpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "defaultConsumerFluentSetterDocumentation" : "

                    The modified endpoint.

                    \nThis is a convenience that creates an instance of the {@link Endpoint.Builder} avoiding the need to create one manually via {@link Endpoint#builder()}.\n\nWhen the {@link Consumer} completes, {@link Endpoint.Builder#build()} is called immediately and its result is passed to {@link #endpoint(Endpoint)}.\n@param endpoint a consumer that will call methods on {@link Endpoint.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpoint(Endpoint)", "deprecated" : false, "documentation" : "

                    The modified endpoint.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpoint", "fluentSetterDocumentation" : "

                    The modified endpoint.

                    \n@param endpoint The modified endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpoint", "getterDocumentation" : "

                    The modified endpoint.

                    \n@return The modified endpoint.", "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Endpoint", "setterDocumentation" : "

                    The modified endpoint.

                    \n@param endpoint The modified endpoint.", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "simple" : false, "variable" : { "variableDeclarationType" : "Endpoint", "variableName" : "endpoint", "variableType" : "Endpoint", "documentation" : "

                    The modified endpoint.

                    ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyEndpointResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ModifyEndpointResponse", "variableName" : "modifyEndpointResponse", "variableType" : "ModifyEndpointResponse", "documentation" : null, "simpleType" : "ModifyEndpointResponse", "variableSetterType" : "ModifyEndpointResponse" }, "wrapper" : false }, "ModifyEventSubscriptionRequest" : { "c2jName" : "ModifyEventSubscriptionMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ModifyEventSubscription", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ModifyEventSubscription", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionName(String)}.\n@param subscriptionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionName(String)", "deprecated" : false, "documentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription to be modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@return The name of the AWS DMS event notification subscription to be modified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription to be modified.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@return The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                    A Boolean value; set to true to activate the subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@param enabled A Boolean value; set to true to activate the subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@return A Boolean value; set to true to activate the subscription.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@param enabled A Boolean value; set to true to activate the subscription.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                    A Boolean value; set to true to activate the subscription.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                    A Boolean value; set to true to activate the subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@param enabled A Boolean value; set to true to activate the subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@return A Boolean value; set to true to activate the subscription.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@param enabled A Boolean value; set to true to activate the subscription.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                    A Boolean value; set to true to activate the subscription.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EventCategories" : { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SnsTopicArn" : { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceType" : { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@return The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubscriptionName" : { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionName(String)}.\n@param subscriptionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionName(String)", "deprecated" : false, "documentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription to be modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@return The name of the AWS DMS event notification subscription to be modified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription to be modified.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubscriptionName", "beanStyleSetterMethodName" : "setSubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionName(String)}.\n@param subscriptionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionName(String)", "deprecated" : false, "documentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subscriptionName", "fluentSetterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription to be modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionName", "getterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@return The name of the AWS DMS event notification subscription to be modified.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubscriptionName", "setterDocumentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    \n@param subscriptionName The name of the AWS DMS event notification subscription to be modified.", "setterMethodName" : "setSubscriptionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionName", "variableType" : "String", "documentation" : "

                    The name of the AWS DMS event notification subscription to be modified.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #snsTopicArn(String)}.\n@param snsTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SnsTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnsTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SnsTopicArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    \n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | 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 #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "documentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@return The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | 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" : "SourceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceType", "setterDocumentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    \n@param sourceType The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                    The type of AWS DMS resource that generates the events you want to subscribe to.

                    Valid values: replication-instance | migration-task

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEventCategories", "beanStyleSetterMethodName" : "setEventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \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 #eventCategories(List)}.\n@param eventCategories 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 #eventCategories(List)", "deprecated" : false, "documentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventCategories", "fluentSetterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventCategories", "getterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.", "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" : "EventCategories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventCategories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "EventCategories", "setterDocumentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    \n@param eventCategories A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.", "setterMethodName" : "setEventCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventCategories", "variableType" : "java.util.List", "documentation" : "

                    A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)", "deprecated" : false, "documentation" : "

                    A Boolean value; set to true to activate the subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "enabled", "fluentSetterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@param enabled A Boolean value; set to true to activate the subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@return A Boolean value; set to true to activate the subscription.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "

                    A Boolean value; set to true to activate the subscription.

                    \n@param enabled A Boolean value; set to true to activate the subscription.", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

                    A Boolean value; set to true to activate the subscription.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubscriptionName" ], "shapeName" : "ModifyEventSubscriptionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyEventSubscriptionRequest", "variableName" : "modifyEventSubscriptionRequest", "variableType" : "ModifyEventSubscriptionRequest", "documentation" : null, "simpleType" : "ModifyEventSubscriptionRequest", "variableSetterType" : "ModifyEventSubscriptionRequest" }, "wrapper" : false }, "ModifyEventSubscriptionResponse" : { "c2jName" : "ModifyEventSubscriptionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

                    The modified event subscription.

                    \nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #eventSubscription(EventSubscription)}.\n@param eventSubscription a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventSubscription(EventSubscription)", "deprecated" : false, "documentation" : "

                    The modified event subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

                    The modified event subscription.

                    \n@param eventSubscription The modified event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

                    The modified event subscription.

                    \n@return The modified event subscription.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

                    The modified event subscription.

                    \n@param eventSubscription The modified event subscription.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

                    The modified event subscription.

                    ", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventSubscription" : { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

                    The modified event subscription.

                    \nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #eventSubscription(EventSubscription)}.\n@param eventSubscription a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventSubscription(EventSubscription)", "deprecated" : false, "documentation" : "

                    The modified event subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

                    The modified event subscription.

                    \n@param eventSubscription The modified event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

                    The modified event subscription.

                    \n@return The modified event subscription.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

                    The modified event subscription.

                    \n@param eventSubscription The modified event subscription.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

                    The modified event subscription.

                    ", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEventSubscription", "beanStyleSetterMethodName" : "setEventSubscription", "c2jName" : "EventSubscription", "c2jShape" : "EventSubscription", "defaultConsumerFluentSetterDocumentation" : "

                    The modified event subscription.

                    \nThis is a convenience that creates an instance of the {@link EventSubscription.Builder} avoiding the need to create one manually via {@link EventSubscription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EventSubscription.Builder#build()} is called immediately and its result is passed to {@link #eventSubscription(EventSubscription)}.\n@param eventSubscription a consumer that will call methods on {@link EventSubscription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventSubscription(EventSubscription)", "deprecated" : false, "documentation" : "

                    The modified event subscription.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "eventSubscription", "fluentSetterDocumentation" : "

                    The modified event subscription.

                    \n@param eventSubscription The modified event subscription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventSubscription", "getterDocumentation" : "

                    The modified event subscription.

                    \n@return The modified event subscription.", "getterModel" : { "returnType" : "EventSubscription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventSubscription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "EventSubscription", "setterDocumentation" : "

                    The modified event subscription.

                    \n@param eventSubscription The modified event subscription.", "setterMethodName" : "setEventSubscription", "setterModel" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "simple" : false, "variable" : { "variableDeclarationType" : "EventSubscription", "variableName" : "eventSubscription", "variableType" : "EventSubscription", "documentation" : "

                    The modified event subscription.

                    ", "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyEventSubscriptionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ModifyEventSubscriptionResponse", "variableName" : "modifyEventSubscriptionResponse", "variableType" : "ModifyEventSubscriptionResponse", "documentation" : null, "simpleType" : "ModifyEventSubscriptionResponse", "variableSetterType" : "ModifyEventSubscriptionResponse" }, "wrapper" : false }, "ModifyReplicationInstanceRequest" : { "c2jName" : "ModifyReplicationInstanceMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ModifyReplicationInstance", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ModifyReplicationInstance", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@return The amount of storage (in gigabytes) to be allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \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 #applyImmediately(Boolean)}.\n@param applyImmediately 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 #applyImmediately(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@return Indicates whether the changes should be applied immediately or during the next maintenance window.", "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" : "ApplyImmediately", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyImmediately", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ApplyImmediately", "setterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.", "setterMethodName" : "setApplyImmediately", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "applyImmediately", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "applyImmediately", "variableType" : "Boolean", "documentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@return The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcSecurityGroupIds", "beanStyleSetterMethodName" : "setVpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds 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 #vpcSecurityGroupIds(List)", "deprecated" : false, "documentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupIds", "fluentSetterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupIds", "getterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "setterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "setterMethodName" : "setVpcSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)", "deprecated" : false, "documentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@return The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The engine version number of the replication instance.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                    The engine version number of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                    The engine version number of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllowMajorVersionUpgrade", "beanStyleSetterMethodName" : "setAllowMajorVersionUpgrade", "c2jName" : "AllowMajorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowMajorVersionUpgrade(Boolean)}.\n@param allowMajorVersionUpgrade 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 #allowMajorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allowMajorVersionUpgrade", "fluentSetterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowMajorVersionUpgrade", "getterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@return Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowMajorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllowMajorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AllowMajorVersionUpgrade", "setterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.", "setterMethodName" : "setAllowMajorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade 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 #autoMinorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@return Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)", "deprecated" : false, "documentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@return The replication instance identifier. This parameter is stored as a lowercase string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllocatedStorage" : { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@return The amount of storage (in gigabytes) to be allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "AllowMajorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAllowMajorVersionUpgrade", "beanStyleSetterMethodName" : "setAllowMajorVersionUpgrade", "c2jName" : "AllowMajorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowMajorVersionUpgrade(Boolean)}.\n@param allowMajorVersionUpgrade 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 #allowMajorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allowMajorVersionUpgrade", "fluentSetterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowMajorVersionUpgrade", "getterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@return Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowMajorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllowMajorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AllowMajorVersionUpgrade", "setterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.", "setterMethodName" : "setAllowMajorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ApplyImmediately" : { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \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 #applyImmediately(Boolean)}.\n@param applyImmediately 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 #applyImmediately(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@return Indicates whether the changes should be applied immediately or during the next maintenance window.", "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" : "ApplyImmediately", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyImmediately", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ApplyImmediately", "setterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.", "setterMethodName" : "setApplyImmediately", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "applyImmediately", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "applyImmediately", "variableType" : "Boolean", "documentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade 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 #autoMinorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@return Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The engine version number of the replication instance.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                    The engine version number of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                    The engine version number of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MultiAZ" : { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)", "deprecated" : false, "documentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@return The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceClass" : { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@return The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceIdentifier" : { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)", "deprecated" : false, "documentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@return The replication instance identifier. This parameter is stored as a lowercase string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcSecurityGroupIds" : { "beanStyleGetterMethodName" : "getVpcSecurityGroupIds", "beanStyleSetterMethodName" : "setVpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds 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 #vpcSecurityGroupIds(List)", "deprecated" : false, "documentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupIds", "fluentSetterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupIds", "getterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "setterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "setterMethodName" : "setVpcSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@return The amount of storage (in gigabytes) to be allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    \n@param allocatedStorage The amount of storage (in gigabytes) to be allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                    The amount of storage (in gigabytes) to be allocated for the replication instance.

                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getApplyImmediately", "beanStyleSetterMethodName" : "setApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \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 #applyImmediately(Boolean)}.\n@param applyImmediately 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 #applyImmediately(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "applyImmediately", "fluentSetterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applyImmediately", "getterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@return Indicates whether the changes should be applied immediately or during the next maintenance window.", "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" : "ApplyImmediately", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplyImmediately", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ApplyImmediately", "setterDocumentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    \n@param applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window.", "setterMethodName" : "setApplyImmediately", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "applyImmediately", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "applyImmediately", "variableType" : "Boolean", "documentation" : "

                    Indicates whether the changes should be applied immediately or during the next maintenance window.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@return The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                    The compute and memory capacity of the replication instance.

                    Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcSecurityGroupIds", "beanStyleSetterMethodName" : "setVpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupIds(List)}.\n@param vpcSecurityGroupIds 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 #vpcSecurityGroupIds(List)", "deprecated" : false, "documentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupIds", "fluentSetterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupIds", "getterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroupIds", "setterDocumentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    \n@param vpcSecurityGroupIds Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.", "setterMethodName" : "setVpcSecurityGroupIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "documentation" : "

                    Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)", "deprecated" : false, "documentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@return The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                    The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                    Default: Uses existing setting

                    Format: ddd:hh24:mi-ddd:hh24:mi

                    Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

                    Constraints: Must be at least 30 minutes

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                    Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The engine version number of the replication instance.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                    The engine version number of the replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                    The engine version number of the replication instance.

                    \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                    The engine version number of the replication instance.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllowMajorVersionUpgrade", "beanStyleSetterMethodName" : "setAllowMajorVersionUpgrade", "c2jName" : "AllowMajorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowMajorVersionUpgrade(Boolean)}.\n@param allowMajorVersionUpgrade 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 #allowMajorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allowMajorVersionUpgrade", "fluentSetterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowMajorVersionUpgrade", "getterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@return Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowMajorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllowMajorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AllowMajorVersionUpgrade", "setterDocumentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.", "setterMethodName" : "setAllowMajorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                    Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade 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 #autoMinorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@return Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                    Indicates that minor version upgrades will be applied automatically to the replication instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled auto patching for that engine version.

                    ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)", "deprecated" : false, "documentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@return The replication instance identifier. This parameter is stored as a lowercase string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

                    The replication instance identifier. This parameter is stored as a lowercase string.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationInstanceArn" ], "shapeName" : "ModifyReplicationInstanceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyReplicationInstanceRequest", "variableName" : "modifyReplicationInstanceRequest", "variableType" : "ModifyReplicationInstanceRequest", "documentation" : null, "simpleType" : "ModifyReplicationInstanceRequest", "variableSetterType" : "ModifyReplicationInstanceRequest" }, "wrapper" : false }, "ModifyReplicationInstanceResponse" : { "c2jName" : "ModifyReplicationInstanceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                    The modified replication instance.

                    \nThis is a convenience that creates an instance of the {@link ReplicationInstance.Builder} avoiding the need to create one manually via {@link ReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #replicationInstance(ReplicationInstance)}.\n@param replicationInstance a consumer that will call methods on {@link ReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstance(ReplicationInstance)", "deprecated" : false, "documentation" : "

                    The modified replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

                    The modified replication instance.

                    \n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                    The modified replication instance.

                    \n@return The modified replication instance.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

                    The modified replication instance.

                    \n@param replicationInstance The modified replication instance.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                    The modified replication instance.

                    ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationInstance" : { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                    The modified replication instance.

                    \nThis is a convenience that creates an instance of the {@link ReplicationInstance.Builder} avoiding the need to create one manually via {@link ReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #replicationInstance(ReplicationInstance)}.\n@param replicationInstance a consumer that will call methods on {@link ReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstance(ReplicationInstance)", "deprecated" : false, "documentation" : "

                    The modified replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

                    The modified replication instance.

                    \n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                    The modified replication instance.

                    \n@return The modified replication instance.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

                    The modified replication instance.

                    \n@param replicationInstance The modified replication instance.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                    The modified replication instance.

                    ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstance", "beanStyleSetterMethodName" : "setReplicationInstance", "c2jName" : "ReplicationInstance", "c2jShape" : "ReplicationInstance", "defaultConsumerFluentSetterDocumentation" : "

                    The modified replication instance.

                    \nThis is a convenience that creates an instance of the {@link ReplicationInstance.Builder} avoiding the need to create one manually via {@link ReplicationInstance#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationInstance.Builder#build()} is called immediately and its result is passed to {@link #replicationInstance(ReplicationInstance)}.\n@param replicationInstance a consumer that will call methods on {@link ReplicationInstance.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstance(ReplicationInstance)", "deprecated" : false, "documentation" : "

                    The modified replication instance.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstance", "fluentSetterDocumentation" : "

                    The modified replication instance.

                    \n@param replicationInstance The modified replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstance", "getterDocumentation" : "

                    The modified replication instance.

                    \n@return The modified replication instance.", "getterModel" : { "returnType" : "ReplicationInstance", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstance", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstance", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationInstance", "setterDocumentation" : "

                    The modified replication instance.

                    \n@param replicationInstance The modified replication instance.", "setterMethodName" : "setReplicationInstance", "setterModel" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : "

                    The modified replication instance.

                    ", "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyReplicationInstanceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ModifyReplicationInstanceResponse", "variableName" : "modifyReplicationInstanceResponse", "variableType" : "ModifyReplicationInstanceResponse", "documentation" : null, "simpleType" : "ModifyReplicationInstanceResponse", "variableSetterType" : "ModifyReplicationInstanceResponse" }, "wrapper" : false }, "ModifyReplicationSubnetGroupRequest" : { "c2jName" : "ModifyReplicationSubnetGroupMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ModifyReplicationSubnetGroup", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ModifyReplicationSubnetGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the replication instance subnet group.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)", "deprecated" : false, "documentation" : "

                    The name of the replication instance subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@return The name of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                    The name of the replication instance subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The description of the replication instance subnet group.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupDescription(String)}.\n@param replicationSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                    The description of the replication instance subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@param replicationSubnetGroupDescription The description of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@return The description of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@param replicationSubnetGroupDescription The description of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                    The description of the replication instance subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of subnet IDs.

                    \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 #subnetIds(List)}.\n@param subnetIds 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 #subnetIds(List)", "deprecated" : false, "documentation" : "

                    A list of subnet IDs.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                    A list of subnet IDs.

                    \n@param subnetIds A list of subnet IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                    A list of subnet IDs.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of subnet IDs.", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "

                    A list of subnet IDs.

                    \n@param subnetIds A list of subnet IDs.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                    A list of subnet IDs.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationSubnetGroupDescription" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The description of the replication instance subnet group.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupDescription(String)}.\n@param replicationSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                    The description of the replication instance subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@param replicationSubnetGroupDescription The description of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@return The description of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@param replicationSubnetGroupDescription The description of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                    The description of the replication instance subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationSubnetGroupIdentifier" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the replication instance subnet group.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)", "deprecated" : false, "documentation" : "

                    The name of the replication instance subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@return The name of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                    The name of the replication instance subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetIds" : { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of subnet IDs.

                    \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 #subnetIds(List)}.\n@param subnetIds 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 #subnetIds(List)", "deprecated" : false, "documentation" : "

                    A list of subnet IDs.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                    A list of subnet IDs.

                    \n@param subnetIds A list of subnet IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                    A list of subnet IDs.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of subnet IDs.", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "

                    A list of subnet IDs.

                    \n@param subnetIds A list of subnet IDs.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                    A list of subnet IDs.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The name of the replication instance subnet group.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)", "deprecated" : false, "documentation" : "

                    The name of the replication instance subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@return The name of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

                    The name of the replication instance subnet group.

                    \n@param replicationSubnetGroupIdentifier The name of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                    The name of the replication instance subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The description of the replication instance subnet group.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupDescription(String)}.\n@param replicationSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                    The description of the replication instance subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@param replicationSubnetGroupDescription The description of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@return The description of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

                    The description of the replication instance subnet group.

                    \n@param replicationSubnetGroupDescription The description of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                    The description of the replication instance subnet group.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetIds", "beanStyleSetterMethodName" : "setSubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "defaultConsumerFluentSetterDocumentation" : "

                    A list of subnet IDs.

                    \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 #subnetIds(List)}.\n@param subnetIds 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 #subnetIds(List)", "deprecated" : false, "documentation" : "

                    A list of subnet IDs.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIds", "fluentSetterDocumentation" : "

                    A list of subnet IDs.

                    \n@param subnetIds A list of subnet IDs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIds", "getterDocumentation" : "

                    A list of subnet IDs.

                    \n

                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                    \n@return A list of subnet IDs.", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "

                    A list of subnet IDs.

                    \n@param subnetIds A list of subnet IDs.", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

                    A list of subnet IDs.

                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationSubnetGroupIdentifier", "SubnetIds" ], "shapeName" : "ModifyReplicationSubnetGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyReplicationSubnetGroupRequest", "variableName" : "modifyReplicationSubnetGroupRequest", "variableType" : "ModifyReplicationSubnetGroupRequest", "documentation" : null, "simpleType" : "ModifyReplicationSubnetGroupRequest", "variableSetterType" : "ModifyReplicationSubnetGroupRequest" }, "wrapper" : false }, "ModifyReplicationSubnetGroupResponse" : { "c2jName" : "ModifyReplicationSubnetGroupResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                    The modified replication subnet group.

                    \nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroup(ReplicationSubnetGroup)}.\n@param replicationSubnetGroup a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroup(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "

                    The modified replication subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

                    The modified replication subnet group.

                    \n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

                    The modified replication subnet group.

                    \n@return The modified replication subnet group.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

                    The modified replication subnet group.

                    \n@param replicationSubnetGroup The modified replication subnet group.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

                    The modified replication subnet group.

                    ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationSubnetGroup" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                    The modified replication subnet group.

                    \nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroup(ReplicationSubnetGroup)}.\n@param replicationSubnetGroup a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroup(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "

                    The modified replication subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

                    The modified replication subnet group.

                    \n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

                    The modified replication subnet group.

                    \n@return The modified replication subnet group.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

                    The modified replication subnet group.

                    \n@param replicationSubnetGroup The modified replication subnet group.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

                    The modified replication subnet group.

                    ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                    The modified replication subnet group.

                    \nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroup(ReplicationSubnetGroup)}.\n@param replicationSubnetGroup a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroup(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "

                    The modified replication subnet group.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

                    The modified replication subnet group.

                    \n@param replicationSubnetGroup The modified replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

                    The modified replication subnet group.

                    \n@return The modified replication subnet group.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

                    The modified replication subnet group.

                    \n@param replicationSubnetGroup The modified replication subnet group.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

                    The modified replication subnet group.

                    ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyReplicationSubnetGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ModifyReplicationSubnetGroupResponse", "variableName" : "modifyReplicationSubnetGroupResponse", "variableType" : "ModifyReplicationSubnetGroupResponse", "documentation" : null, "simpleType" : "ModifyReplicationSubnetGroupResponse", "variableSetterType" : "ModifyReplicationSubnetGroupResponse" }, "wrapper" : false }, "ModifyReplicationTaskRequest" : { "c2jName" : "ModifyReplicationTaskMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ModifyReplicationTask", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ModifyReplicationTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                    The Amazon Resource Name (ARN) of the replication task.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                    The replication task identifier.

                    Constraints:

                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                    • First character must be a letter.

                    • Cannot end with a hyphen or contain two consecutive hyphens.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                    The replication task identifier.

                    Constraints:

                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                    • First character must be a letter.

                    • Cannot end with a hyphen or contain two consecutive hyphens.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                    The replication task identifier.

                    Constraints:

                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                    • First character must be a letter.

                    • Cannot end with a hyphen or contain two consecutive hyphens.

                    \n@param replicationTaskIdentifier The replication task identifier.

                    Constraints:

                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                    • First character must be a letter.

                    • Cannot end with a hyphen or contain two consecutive hyphens.

                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                      The replication task identifier.

                      Constraints:

                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                      • First character must be a letter.

                      • Cannot end with a hyphen or contain two consecutive hyphens.

                      \n@return The replication task identifier.

                      Constraints:

                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                      • First character must be a letter.

                      • Cannot end with a hyphen or contain two consecutive hyphens.

                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                        The replication task identifier.

                        Constraints:

                        • Must contain from 1 to 255 alphanumeric characters or hyphens.

                        • First character must be a letter.

                        • Cannot end with a hyphen or contain two consecutive hyphens.

                        \n@param replicationTaskIdentifier The replication task identifier.

                        Constraints:

                        • Must contain from 1 to 255 alphanumeric characters or hyphens.

                        • First character must be a letter.

                        • Cannot end with a hyphen or contain two consecutive hyphens.

                        • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                          The replication task identifier.

                          Constraints:

                          • Must contain from 1 to 255 alphanumeric characters or hyphens.

                          • First character must be a letter.

                          • Cannot end with a hyphen or contain two consecutive hyphens.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTypeString(String)}.\n@param migrationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationType(String)", "deprecated" : false, "documentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \n@param migrationType The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \n

                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #migrationType} will return {@link MigrationTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #migrationTypeString}.\n

                          \n@return The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \n@param migrationType The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableMappings(String)}.\n@param tableMappings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableMappings(String)", "deprecated" : false, "documentation" : "

                          When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

                          When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json

                          \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                          When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json

                          \n@return When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

                          When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json

                          \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                          When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                          For example, --table-mappings file://mappingfile.json

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          JSON file that contains settings for the task, such as target metadata settings.

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskSettings(String)}.\n@param replicationTaskSettings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskSettings(String)", "deprecated" : false, "documentation" : "

                          JSON file that contains settings for the task, such as target metadata settings.

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

                          JSON file that contains settings for the task, such as target metadata settings.

                          \n@param replicationTaskSettings JSON file that contains settings for the task, such as target metadata settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                          JSON file that contains settings for the task, such as target metadata settings.

                          \n@return JSON file that contains settings for the task, such as target metadata settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

                          JSON file that contains settings for the task, such as target metadata settings.

                          \n@param replicationTaskSettings JSON file that contains settings for the task, such as target metadata settings.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                          JSON file that contains settings for the task, such as target metadata settings.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \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 #cdcStartTime(Instant)}.\n@param cdcStartTime 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 #cdcStartTime(Instant)", "deprecated" : false, "documentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CdcStartTime" : { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \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 #cdcStartTime(Instant)}.\n@param cdcStartTime 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 #cdcStartTime(Instant)", "deprecated" : false, "documentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                          The start time for the Change Data Capture (CDC) operation.

                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "MigrationType" : { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTypeString(String)}.\n@param migrationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationType(String)", "deprecated" : false, "documentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \n@param migrationType The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \n

                          \nIf the service returns an enum value that is not available in the current SDK version, {@link #migrationType} will return {@link MigrationTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #migrationTypeString}.\n

                          \n@return The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          \n@param migrationType The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                          The migration type.

                          Valid values: full-load | cdc | full-load-and-cdc

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the replication task.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskIdentifier" : { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                          The replication task identifier.

                          Constraints:

                          • Must contain from 1 to 255 alphanumeric characters or hyphens.

                          • First character must be a letter.

                          • Cannot end with a hyphen or contain two consecutive hyphens.

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                          The replication task identifier.

                          Constraints:

                          • Must contain from 1 to 255 alphanumeric characters or hyphens.

                          • First character must be a letter.

                          • Cannot end with a hyphen or contain two consecutive hyphens.

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                          The replication task identifier.

                          Constraints:

                          • Must contain from 1 to 255 alphanumeric characters or hyphens.

                          • First character must be a letter.

                          • Cannot end with a hyphen or contain two consecutive hyphens.

                          \n@param replicationTaskIdentifier The replication task identifier.

                          Constraints:

                          • Must contain from 1 to 255 alphanumeric characters or hyphens.

                          • First character must be a letter.

                          • Cannot end with a hyphen or contain two consecutive hyphens.

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                            The replication task identifier.

                            Constraints:

                            • Must contain from 1 to 255 alphanumeric characters or hyphens.

                            • First character must be a letter.

                            • Cannot end with a hyphen or contain two consecutive hyphens.

                            \n@return The replication task identifier.

                            Constraints:

                            • Must contain from 1 to 255 alphanumeric characters or hyphens.

                            • First character must be a letter.

                            • Cannot end with a hyphen or contain two consecutive hyphens.

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                              The replication task identifier.

                              Constraints:

                              • Must contain from 1 to 255 alphanumeric characters or hyphens.

                              • First character must be a letter.

                              • Cannot end with a hyphen or contain two consecutive hyphens.

                              \n@param replicationTaskIdentifier The replication task identifier.

                              Constraints:

                              • Must contain from 1 to 255 alphanumeric characters or hyphens.

                              • First character must be a letter.

                              • Cannot end with a hyphen or contain two consecutive hyphens.

                              • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                The replication task identifier.

                                Constraints:

                                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                • First character must be a letter.

                                • Cannot end with a hyphen or contain two consecutive hyphens.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskSettings" : { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                JSON file that contains settings for the task, such as target metadata settings.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskSettings(String)}.\n@param replicationTaskSettings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskSettings(String)", "deprecated" : false, "documentation" : "

                                JSON file that contains settings for the task, such as target metadata settings.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

                                JSON file that contains settings for the task, such as target metadata settings.

                                \n@param replicationTaskSettings JSON file that contains settings for the task, such as target metadata settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                                JSON file that contains settings for the task, such as target metadata settings.

                                \n@return JSON file that contains settings for the task, such as target metadata settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

                                JSON file that contains settings for the task, such as target metadata settings.

                                \n@param replicationTaskSettings JSON file that contains settings for the task, such as target metadata settings.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                                JSON file that contains settings for the task, such as target metadata settings.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableMappings" : { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableMappings(String)}.\n@param tableMappings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableMappings(String)", "deprecated" : false, "documentation" : "

                                When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

                                When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json

                                \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                                When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json

                                \n@return When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

                                When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json

                                \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                                When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                For example, --table-mappings file://mappingfile.json

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                The Amazon Resource Name (ARN) of the replication task.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the replication task.

                                \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the replication task.

                                \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the replication task.

                                \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the replication task.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                The replication task identifier.

                                Constraints:

                                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                • First character must be a letter.

                                • Cannot end with a hyphen or contain two consecutive hyphens.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                                The replication task identifier.

                                Constraints:

                                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                • First character must be a letter.

                                • Cannot end with a hyphen or contain two consecutive hyphens.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                The replication task identifier.

                                Constraints:

                                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                • First character must be a letter.

                                • Cannot end with a hyphen or contain two consecutive hyphens.

                                \n@param replicationTaskIdentifier The replication task identifier.

                                Constraints:

                                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                • First character must be a letter.

                                • Cannot end with a hyphen or contain two consecutive hyphens.

                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                                  The replication task identifier.

                                  Constraints:

                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                  • First character must be a letter.

                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  \n@return The replication task identifier.

                                  Constraints:

                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                  • First character must be a letter.

                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                                    The replication task identifier.

                                    Constraints:

                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                    • First character must be a letter.

                                    • Cannot end with a hyphen or contain two consecutive hyphens.

                                    \n@param replicationTaskIdentifier The replication task identifier.

                                    Constraints:

                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                    • First character must be a letter.

                                    • Cannot end with a hyphen or contain two consecutive hyphens.

                                    • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                      The replication task identifier.

                                      Constraints:

                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTypeString(String)}.\n@param migrationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationType(String)", "deprecated" : false, "documentation" : "

                                      The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc

                                      ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

                                      The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc

                                      \n@param migrationType The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

                                      The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #migrationType} will return {@link MigrationTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #migrationTypeString}.\n

                                      \n@return The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

                                      The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc

                                      \n@param migrationType The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                                      The migration type.

                                      Valid values: full-load | cdc | full-load-and-cdc

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableMappings(String)}.\n@param tableMappings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableMappings(String)", "deprecated" : false, "documentation" : "

                                      When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

                                      When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json

                                      \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                                      When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json

                                      \n@return When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

                                      When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json

                                      \n@param tableMappings When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                                      When using the AWS CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with \"file://\". When working with the DMS API, provide the JSON as the parameter value.

                                      For example, --table-mappings file://mappingfile.json

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      JSON file that contains settings for the task, such as target metadata settings.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskSettings(String)}.\n@param replicationTaskSettings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskSettings(String)", "deprecated" : false, "documentation" : "

                                      JSON file that contains settings for the task, such as target metadata settings.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

                                      JSON file that contains settings for the task, such as target metadata settings.

                                      \n@param replicationTaskSettings JSON file that contains settings for the task, such as target metadata settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                                      JSON file that contains settings for the task, such as target metadata settings.

                                      \n@return JSON file that contains settings for the task, such as target metadata settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

                                      JSON file that contains settings for the task, such as target metadata settings.

                                      \n@param replicationTaskSettings JSON file that contains settings for the task, such as target metadata settings.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                                      JSON file that contains settings for the task, such as target metadata settings.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The start time for the Change Data Capture (CDC) operation.

                                      \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 #cdcStartTime(Instant)}.\n@param cdcStartTime 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 #cdcStartTime(Instant)", "deprecated" : false, "documentation" : "

                                      The start time for the Change Data Capture (CDC) operation.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                                      The start time for the Change Data Capture (CDC) operation.

                                      \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                      The start time for the Change Data Capture (CDC) operation.

                                      \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

                                      The start time for the Change Data Capture (CDC) operation.

                                      \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                      The start time for the Change Data Capture (CDC) operation.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskArn" ], "shapeName" : "ModifyReplicationTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModifyReplicationTaskRequest", "variableName" : "modifyReplicationTaskRequest", "variableType" : "ModifyReplicationTaskRequest", "documentation" : null, "simpleType" : "ModifyReplicationTaskRequest", "variableSetterType" : "ModifyReplicationTaskRequest" }, "wrapper" : false }, "ModifyReplicationTaskResponse" : { "c2jName" : "ModifyReplicationTaskResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                      The replication task that was modified.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                      The replication task that was modified.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                      The replication task that was modified.

                                      \n@param replicationTask The replication task that was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                      The replication task that was modified.

                                      \n@return The replication task that was modified.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                      The replication task that was modified.

                                      \n@param replicationTask The replication task that was modified.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                      The replication task that was modified.

                                      ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTask" : { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                      The replication task that was modified.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                      The replication task that was modified.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                      The replication task that was modified.

                                      \n@param replicationTask The replication task that was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                      The replication task that was modified.

                                      \n@return The replication task that was modified.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                      The replication task that was modified.

                                      \n@param replicationTask The replication task that was modified.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                      The replication task that was modified.

                                      ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                      The replication task that was modified.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                      The replication task that was modified.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                      The replication task that was modified.

                                      \n@param replicationTask The replication task that was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                      The replication task that was modified.

                                      \n@return The replication task that was modified.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                      The replication task that was modified.

                                      \n@param replicationTask The replication task that was modified.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                      The replication task that was modified.

                                      ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModifyReplicationTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ModifyReplicationTaskResponse", "variableName" : "modifyReplicationTaskResponse", "variableType" : "ModifyReplicationTaskResponse", "documentation" : null, "simpleType" : "ModifyReplicationTaskResponse", "variableSetterType" : "ModifyReplicationTaskResponse" }, "wrapper" : false }, "MongoDbSettings" : { "c2jName" : "MongoDbSettings", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@param username The user name you use to access the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@return The user name you use to access the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@param username The user name you use to access the MongoDB source endpoint.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)", "deprecated" : false, "documentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@param password The password for the user account you use to access the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@return The password for the user account you use to access the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@param password The password for the user account you use to access the MongoDB source endpoint.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@param serverName The name of the server on the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@return The name of the server on the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@param serverName The name of the server on the MongoDB source endpoint.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                                      The port value for the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@param port The port value for the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@return The port value for the MongoDB source endpoint.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@param port The port value for the MongoDB source endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                      The port value for the MongoDB source endpoint.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                                      The database name on the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@param databaseName The database name on the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@return The database name on the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@param databaseName The database name on the MongoDB source endpoint.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                      The database name on the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthType", "beanStyleSetterMethodName" : "setAuthType", "c2jName" : "AuthType", "c2jShape" : "AuthTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authTypeString(String)}.\n@param authType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authType(String)", "deprecated" : false, "documentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      ", "enumType" : "AuthTypeValue", "fluentEnumGetterMethodName" : "authType", "fluentGetterMethodName" : "authTypeString", "fluentSetterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n@param authType The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthTypeValue", "fluentSetterMethodName" : "authType", "getterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #authType} will return {@link AuthTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #authTypeString}.\n

                                      \n@return The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthType", "setterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n@param authType The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue", "setterMethodName" : "setAuthType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authType", "variableType" : "String", "documentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthMechanism", "beanStyleSetterMethodName" : "setAuthMechanism", "c2jName" : "AuthMechanism", "c2jShape" : "AuthMechanismValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authMechanismString(String)}.\n@param authMechanism a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authMechanism(String)", "deprecated" : false, "documentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      ", "enumType" : "AuthMechanismValue", "fluentEnumGetterMethodName" : "authMechanism", "fluentGetterMethodName" : "authMechanismString", "fluentSetterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n@param authMechanism The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthMechanismValue", "fluentSetterMethodName" : "authMechanism", "getterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #authMechanism} will return {@link AuthMechanismValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #authMechanismString}.\n

                                      \n@return The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthMechanism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthMechanism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthMechanism", "setterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n@param authMechanism The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue", "setterMethodName" : "setAuthMechanism", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authMechanism", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authMechanism", "variableType" : "String", "documentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNestingLevel", "beanStyleSetterMethodName" : "setNestingLevel", "c2jName" : "NestingLevel", "c2jShape" : "NestingLevelValue", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nestingLevelString(String)}.\n@param nestingLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nestingLevel(String)", "deprecated" : false, "documentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      ", "enumType" : "NestingLevelValue", "fluentEnumGetterMethodName" : "nestingLevel", "fluentGetterMethodName" : "nestingLevelString", "fluentSetterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n@param nestingLevel Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see NestingLevelValue", "fluentSetterMethodName" : "nestingLevel", "getterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #nestingLevel} will return {@link NestingLevelValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nestingLevelString}.\n

                                      \n@return Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NestingLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NestingLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NestingLevel", "setterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n@param nestingLevel Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue", "setterMethodName" : "setNestingLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nestingLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nestingLevel", "variableType" : "String", "documentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtractDocId", "beanStyleSetterMethodName" : "setExtractDocId", "c2jName" : "ExtractDocId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extractDocId(String)}.\n@param extractDocId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extractDocId(String)", "deprecated" : false, "documentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extractDocId", "fluentSetterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@param extractDocId Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extractDocId", "getterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@return Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtractDocId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtractDocId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtractDocId", "setterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@param extractDocId Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.", "setterMethodName" : "setExtractDocId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extractDocId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extractDocId", "variableType" : "String", "documentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocsToInvestigate", "beanStyleSetterMethodName" : "setDocsToInvestigate", "c2jName" : "DocsToInvestigate", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #docsToInvestigate(String)}.\n@param docsToInvestigate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #docsToInvestigate(String)", "deprecated" : false, "documentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "docsToInvestigate", "fluentSetterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@param docsToInvestigate Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "docsToInvestigate", "getterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@return Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocsToInvestigate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocsToInvestigate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DocsToInvestigate", "setterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@param docsToInvestigate Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.", "setterMethodName" : "setDocsToInvestigate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "docsToInvestigate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "docsToInvestigate", "variableType" : "String", "documentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthSource", "beanStyleSetterMethodName" : "setAuthSource", "c2jName" : "AuthSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authSource(String)}.\n@param authSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authSource(String)", "deprecated" : false, "documentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "authSource", "fluentSetterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@param authSource The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authSource", "getterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@return The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthSource", "setterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@param authSource The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.", "setterMethodName" : "setAuthSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authSource", "variableType" : "String", "documentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AuthMechanism" : { "beanStyleGetterMethodName" : "getAuthMechanism", "beanStyleSetterMethodName" : "setAuthMechanism", "c2jName" : "AuthMechanism", "c2jShape" : "AuthMechanismValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authMechanismString(String)}.\n@param authMechanism a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authMechanism(String)", "deprecated" : false, "documentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      ", "enumType" : "AuthMechanismValue", "fluentEnumGetterMethodName" : "authMechanism", "fluentGetterMethodName" : "authMechanismString", "fluentSetterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n@param authMechanism The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthMechanismValue", "fluentSetterMethodName" : "authMechanism", "getterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #authMechanism} will return {@link AuthMechanismValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #authMechanismString}.\n

                                      \n@return The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthMechanism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthMechanism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthMechanism", "setterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n@param authMechanism The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue", "setterMethodName" : "setAuthMechanism", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authMechanism", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authMechanism", "variableType" : "String", "documentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AuthSource" : { "beanStyleGetterMethodName" : "getAuthSource", "beanStyleSetterMethodName" : "setAuthSource", "c2jName" : "AuthSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authSource(String)}.\n@param authSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authSource(String)", "deprecated" : false, "documentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "authSource", "fluentSetterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@param authSource The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authSource", "getterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@return The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthSource", "setterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@param authSource The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.", "setterMethodName" : "setAuthSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authSource", "variableType" : "String", "documentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AuthType" : { "beanStyleGetterMethodName" : "getAuthType", "beanStyleSetterMethodName" : "setAuthType", "c2jName" : "AuthType", "c2jShape" : "AuthTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authTypeString(String)}.\n@param authType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authType(String)", "deprecated" : false, "documentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      ", "enumType" : "AuthTypeValue", "fluentEnumGetterMethodName" : "authType", "fluentGetterMethodName" : "authTypeString", "fluentSetterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n@param authType The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthTypeValue", "fluentSetterMethodName" : "authType", "getterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #authType} will return {@link AuthTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #authTypeString}.\n

                                      \n@return The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthType", "setterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n@param authType The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue", "setterMethodName" : "setAuthType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authType", "variableType" : "String", "documentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DatabaseName" : { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                                      The database name on the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@param databaseName The database name on the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@return The database name on the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@param databaseName The database name on the MongoDB source endpoint.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                      The database name on the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DocsToInvestigate" : { "beanStyleGetterMethodName" : "getDocsToInvestigate", "beanStyleSetterMethodName" : "setDocsToInvestigate", "c2jName" : "DocsToInvestigate", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #docsToInvestigate(String)}.\n@param docsToInvestigate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #docsToInvestigate(String)", "deprecated" : false, "documentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "docsToInvestigate", "fluentSetterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@param docsToInvestigate Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "docsToInvestigate", "getterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@return Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocsToInvestigate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocsToInvestigate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DocsToInvestigate", "setterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@param docsToInvestigate Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.", "setterMethodName" : "setDocsToInvestigate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "docsToInvestigate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "docsToInvestigate", "variableType" : "String", "documentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExtractDocId" : { "beanStyleGetterMethodName" : "getExtractDocId", "beanStyleSetterMethodName" : "setExtractDocId", "c2jName" : "ExtractDocId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extractDocId(String)}.\n@param extractDocId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extractDocId(String)", "deprecated" : false, "documentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extractDocId", "fluentSetterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@param extractDocId Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extractDocId", "getterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@return Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtractDocId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtractDocId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtractDocId", "setterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@param extractDocId Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.", "setterMethodName" : "setExtractDocId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extractDocId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extractDocId", "variableType" : "String", "documentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NestingLevel" : { "beanStyleGetterMethodName" : "getNestingLevel", "beanStyleSetterMethodName" : "setNestingLevel", "c2jName" : "NestingLevel", "c2jShape" : "NestingLevelValue", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nestingLevelString(String)}.\n@param nestingLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nestingLevel(String)", "deprecated" : false, "documentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      ", "enumType" : "NestingLevelValue", "fluentEnumGetterMethodName" : "nestingLevel", "fluentGetterMethodName" : "nestingLevelString", "fluentSetterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n@param nestingLevel Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see NestingLevelValue", "fluentSetterMethodName" : "nestingLevel", "getterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #nestingLevel} will return {@link NestingLevelValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nestingLevelString}.\n

                                      \n@return Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NestingLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NestingLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NestingLevel", "setterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n@param nestingLevel Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue", "setterMethodName" : "setNestingLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nestingLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nestingLevel", "variableType" : "String", "documentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Password" : { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)", "deprecated" : false, "documentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@param password The password for the user account you use to access the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@return The password for the user account you use to access the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@param password The password for the user account you use to access the MongoDB source endpoint.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Port" : { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                                      The port value for the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@param port The port value for the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@return The port value for the MongoDB source endpoint.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@param port The port value for the MongoDB source endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                      The port value for the MongoDB source endpoint.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ServerName" : { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@param serverName The name of the server on the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@return The name of the server on the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@param serverName The name of the server on the MongoDB source endpoint.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Username" : { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@param username The user name you use to access the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@return The user name you use to access the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@param username The user name you use to access the MongoDB source endpoint.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getUsername", "beanStyleSetterMethodName" : "setUsername", "c2jName" : "Username", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #username(String)}.\n@param username a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #username(String)", "deprecated" : false, "documentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "username", "fluentSetterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@param username The user name you use to access the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "username", "getterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@return The user name you use to access the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Username", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Username", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Username", "setterDocumentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      \n@param username The user name you use to access the MongoDB source endpoint.", "setterMethodName" : "setUsername", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "username", "variableType" : "String", "documentation" : "

                                      The user name you use to access the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassword", "beanStyleSetterMethodName" : "setPassword", "c2jName" : "Password", "c2jShape" : "SecretString", "defaultConsumerFluentSetterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #password(String)}.\n@param password a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #password(String)", "deprecated" : false, "documentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "password", "fluentSetterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@param password The password for the user account you use to access the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "password", "getterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@return The password for the user account you use to access the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Password", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Password", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Password", "setterDocumentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      \n@param password The password for the user account you use to access the MongoDB source endpoint.", "setterMethodName" : "setPassword", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "password", "variableType" : "String", "documentation" : "

                                      The password for the user account you use to access the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServerName", "beanStyleSetterMethodName" : "setServerName", "c2jName" : "ServerName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverName(String)}.\n@param serverName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverName(String)", "deprecated" : false, "documentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serverName", "fluentSetterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@param serverName The name of the server on the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverName", "getterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@return The name of the server on the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServerName", "setterDocumentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      \n@param serverName The name of the server on the MongoDB source endpoint.", "setterMethodName" : "setServerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverName", "variableType" : "String", "documentation" : "

                                      The name of the server on the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPort", "beanStyleSetterMethodName" : "setPort", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \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 #port(Integer)}.\n@param port 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 #port(Integer)", "deprecated" : false, "documentation" : "

                                      The port value for the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "port", "fluentSetterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@param port The port value for the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "port", "getterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@return The port value for the MongoDB source endpoint.", "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" : "Port", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Port", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Port", "setterDocumentation" : "

                                      The port value for the MongoDB source endpoint.

                                      \n@param port The port value for the MongoDB source endpoint.", "setterMethodName" : "setPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "port", "variableType" : "Integer", "documentation" : "

                                      The port value for the MongoDB source endpoint.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDatabaseName", "beanStyleSetterMethodName" : "setDatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #databaseName(String)}.\n@param databaseName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #databaseName(String)", "deprecated" : false, "documentation" : "

                                      The database name on the MongoDB source endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "databaseName", "fluentSetterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@param databaseName The database name on the MongoDB source endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "databaseName", "getterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@return The database name on the MongoDB source endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DatabaseName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DatabaseName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DatabaseName", "setterDocumentation" : "

                                      The database name on the MongoDB source endpoint.

                                      \n@param databaseName The database name on the MongoDB source endpoint.", "setterMethodName" : "setDatabaseName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "databaseName", "variableType" : "String", "documentation" : "

                                      The database name on the MongoDB source endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthType", "beanStyleSetterMethodName" : "setAuthType", "c2jName" : "AuthType", "c2jShape" : "AuthTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authTypeString(String)}.\n@param authType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authType(String)", "deprecated" : false, "documentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      ", "enumType" : "AuthTypeValue", "fluentEnumGetterMethodName" : "authType", "fluentGetterMethodName" : "authTypeString", "fluentSetterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n@param authType The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthTypeValue", "fluentSetterMethodName" : "authType", "getterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #authType} will return {@link AuthTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #authTypeString}.\n

                                      \n@return The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthType", "setterDocumentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      \n@param authType The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.\n@see AuthTypeValue", "setterMethodName" : "setAuthType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authType", "variableType" : "String", "documentation" : "

                                      The authentication type you use to access the MongoDB source endpoint.

                                      Valid values: NO, PASSWORD

                                      When NO is selected, user name and password parameters are not used and can be empty.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthMechanism", "beanStyleSetterMethodName" : "setAuthMechanism", "c2jName" : "AuthMechanism", "c2jShape" : "AuthMechanismValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authMechanismString(String)}.\n@param authMechanism a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authMechanism(String)", "deprecated" : false, "documentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      ", "enumType" : "AuthMechanismValue", "fluentEnumGetterMethodName" : "authMechanism", "fluentGetterMethodName" : "authMechanismString", "fluentSetterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n@param authMechanism The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthMechanismValue", "fluentSetterMethodName" : "authMechanism", "getterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #authMechanism} will return {@link AuthMechanismValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #authMechanismString}.\n

                                      \n@return The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthMechanism", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthMechanism", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthMechanism", "setterDocumentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      \n@param authMechanism The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.\n@see AuthMechanismValue", "setterMethodName" : "setAuthMechanism", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authMechanism", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authMechanism", "variableType" : "String", "documentation" : "

                                      The authentication mechanism you use to access the MongoDB source endpoint.

                                      Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1

                                      DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, use SCRAM_SHA_1. This attribute is not used when authType=No.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNestingLevel", "beanStyleSetterMethodName" : "setNestingLevel", "c2jName" : "NestingLevel", "c2jShape" : "NestingLevelValue", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nestingLevelString(String)}.\n@param nestingLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nestingLevel(String)", "deprecated" : false, "documentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      ", "enumType" : "NestingLevelValue", "fluentEnumGetterMethodName" : "nestingLevel", "fluentGetterMethodName" : "nestingLevelString", "fluentSetterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n@param nestingLevel Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see NestingLevelValue", "fluentSetterMethodName" : "nestingLevel", "getterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #nestingLevel} will return {@link NestingLevelValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nestingLevelString}.\n

                                      \n@return Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NestingLevel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NestingLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NestingLevel", "setterDocumentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      \n@param nestingLevel Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.\n@see NestingLevelValue", "setterMethodName" : "setNestingLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nestingLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nestingLevel", "variableType" : "String", "documentation" : "

                                      Specifies either document or table mode.

                                      Valid values: NONE, ONE

                                      Default value is NONE. Specify NONE to use document mode. Specify ONE to use table mode.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtractDocId", "beanStyleSetterMethodName" : "setExtractDocId", "c2jName" : "ExtractDocId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #extractDocId(String)}.\n@param extractDocId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extractDocId(String)", "deprecated" : false, "documentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "extractDocId", "fluentSetterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@param extractDocId Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extractDocId", "getterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@return Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtractDocId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtractDocId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExtractDocId", "setterDocumentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      \n@param extractDocId Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.", "setterMethodName" : "setExtractDocId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "extractDocId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "extractDocId", "variableType" : "String", "documentation" : "

                                      Specifies the document ID. Use this attribute when NestingLevel is set to NONE.

                                      Default value is false.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDocsToInvestigate", "beanStyleSetterMethodName" : "setDocsToInvestigate", "c2jName" : "DocsToInvestigate", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #docsToInvestigate(String)}.\n@param docsToInvestigate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #docsToInvestigate(String)", "deprecated" : false, "documentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "docsToInvestigate", "fluentSetterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@param docsToInvestigate Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "docsToInvestigate", "getterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@return Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocsToInvestigate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocsToInvestigate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DocsToInvestigate", "setterDocumentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      \n@param docsToInvestigate Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.", "setterMethodName" : "setDocsToInvestigate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "docsToInvestigate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "docsToInvestigate", "variableType" : "String", "documentation" : "

                                      Indicates the number of documents to preview to determine the document organization. Use this attribute when NestingLevel is set to ONE.

                                      Must be a positive value greater than 0. Default value is 1000.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAuthSource", "beanStyleSetterMethodName" : "setAuthSource", "c2jName" : "AuthSource", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #authSource(String)}.\n@param authSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #authSource(String)", "deprecated" : false, "documentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "authSource", "fluentSetterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@param authSource The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "authSource", "getterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@return The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AuthSource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AuthSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AuthSource", "setterDocumentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      \n@param authSource The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.", "setterMethodName" : "setAuthSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "authSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "authSource", "variableType" : "String", "documentation" : "

                                      The MongoDB database name. This attribute is not used when authType=NO.

                                      The default is admin.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MongoDbSettings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MongoDbSettings", "variableName" : "mongoDbSettings", "variableType" : "MongoDbSettings", "documentation" : null, "simpleType" : "MongoDbSettings", "variableSetterType" : "MongoDbSettings" }, "wrapper" : false }, "NestingLevelValue" : { "c2jName" : "NestingLevelValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NONE", "value" : "none" }, { "name" : "ONE", "value" : "one" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NestingLevelValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NestingLevelValue", "variableName" : "nestingLevelValue", "variableType" : "NestingLevelValue", "documentation" : null, "simpleType" : "NestingLevelValue", "variableSetterType" : "NestingLevelValue" }, "wrapper" : false }, "OrderableReplicationInstance" : { "c2jName" : "OrderableReplicationInstance", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The version of the replication engine.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The version of the replication engine.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The version of the replication engine.

                                      \n@param engineVersion The version of the replication engine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The version of the replication engine.

                                      \n@return The version of the replication engine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The version of the replication engine.

                                      \n@param engineVersion The version of the replication engine.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The version of the replication engine.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStorageType", "beanStyleSetterMethodName" : "setStorageType", "c2jName" : "StorageType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #storageType(String)}.\n@param storageType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageType(String)", "deprecated" : false, "documentation" : "

                                      The type of storage used by the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "storageType", "fluentSetterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@param storageType The type of storage used by the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storageType", "getterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@return The type of storage used by the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StorageType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorageType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StorageType", "setterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@param storageType The type of storage used by the replication instance.", "setterMethodName" : "setStorageType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "storageType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "storageType", "variableType" : "String", "documentation" : "

                                      The type of storage used by the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinAllocatedStorage", "beanStyleSetterMethodName" : "setMinAllocatedStorage", "c2jName" : "MinAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \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 #minAllocatedStorage(Integer)}.\n@param minAllocatedStorage 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 #minAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "minAllocatedStorage", "fluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minAllocatedStorage", "getterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "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" : "MinAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MinAllocatedStorage", "setterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "setterMethodName" : "setMinAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxAllocatedStorage", "beanStyleSetterMethodName" : "setMaxAllocatedStorage", "c2jName" : "MaxAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \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 #maxAllocatedStorage(Integer)}.\n@param maxAllocatedStorage 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 #maxAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxAllocatedStorage", "fluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAllocatedStorage", "getterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "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" : "MaxAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxAllocatedStorage", "setterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "setterMethodName" : "setMaxAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultAllocatedStorage", "beanStyleSetterMethodName" : "setDefaultAllocatedStorage", "c2jName" : "DefaultAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #defaultAllocatedStorage(Integer)}.\n@param defaultAllocatedStorage 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 #defaultAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "defaultAllocatedStorage", "fluentSetterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultAllocatedStorage", "getterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The default amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "DefaultAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DefaultAllocatedStorage", "setterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setDefaultAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludedAllocatedStorage", "beanStyleSetterMethodName" : "setIncludedAllocatedStorage", "c2jName" : "IncludedAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #includedAllocatedStorage(Integer)}.\n@param includedAllocatedStorage 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 #includedAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "includedAllocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includedAllocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "IncludedAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IncludedAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "IncludedAllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setIncludedAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultAllocatedStorage" : { "beanStyleGetterMethodName" : "getDefaultAllocatedStorage", "beanStyleSetterMethodName" : "setDefaultAllocatedStorage", "c2jName" : "DefaultAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #defaultAllocatedStorage(Integer)}.\n@param defaultAllocatedStorage 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 #defaultAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "defaultAllocatedStorage", "fluentSetterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultAllocatedStorage", "getterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The default amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "DefaultAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DefaultAllocatedStorage", "setterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setDefaultAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The version of the replication engine.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The version of the replication engine.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The version of the replication engine.

                                      \n@param engineVersion The version of the replication engine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The version of the replication engine.

                                      \n@return The version of the replication engine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The version of the replication engine.

                                      \n@param engineVersion The version of the replication engine.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The version of the replication engine.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IncludedAllocatedStorage" : { "beanStyleGetterMethodName" : "getIncludedAllocatedStorage", "beanStyleSetterMethodName" : "setIncludedAllocatedStorage", "c2jName" : "IncludedAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #includedAllocatedStorage(Integer)}.\n@param includedAllocatedStorage 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 #includedAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "includedAllocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includedAllocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "IncludedAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IncludedAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "IncludedAllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setIncludedAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MaxAllocatedStorage" : { "beanStyleGetterMethodName" : "getMaxAllocatedStorage", "beanStyleSetterMethodName" : "setMaxAllocatedStorage", "c2jName" : "MaxAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \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 #maxAllocatedStorage(Integer)}.\n@param maxAllocatedStorage 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 #maxAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxAllocatedStorage", "fluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAllocatedStorage", "getterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "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" : "MaxAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxAllocatedStorage", "setterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "setterMethodName" : "setMaxAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MinAllocatedStorage" : { "beanStyleGetterMethodName" : "getMinAllocatedStorage", "beanStyleSetterMethodName" : "setMinAllocatedStorage", "c2jName" : "MinAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \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 #minAllocatedStorage(Integer)}.\n@param minAllocatedStorage 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 #minAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "minAllocatedStorage", "fluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minAllocatedStorage", "getterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "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" : "MinAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MinAllocatedStorage", "setterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "setterMethodName" : "setMinAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceClass" : { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StorageType" : { "beanStyleGetterMethodName" : "getStorageType", "beanStyleSetterMethodName" : "setStorageType", "c2jName" : "StorageType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #storageType(String)}.\n@param storageType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageType(String)", "deprecated" : false, "documentation" : "

                                      The type of storage used by the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "storageType", "fluentSetterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@param storageType The type of storage used by the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storageType", "getterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@return The type of storage used by the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StorageType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorageType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StorageType", "setterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@param storageType The type of storage used by the replication instance.", "setterMethodName" : "setStorageType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "storageType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "storageType", "variableType" : "String", "documentation" : "

                                      The type of storage used by the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The version of the replication engine.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The version of the replication engine.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The version of the replication engine.

                                      \n@param engineVersion The version of the replication engine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The version of the replication engine.

                                      \n@return The version of the replication engine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The version of the replication engine.

                                      \n@param engineVersion The version of the replication engine.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The version of the replication engine.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStorageType", "beanStyleSetterMethodName" : "setStorageType", "c2jName" : "StorageType", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #storageType(String)}.\n@param storageType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageType(String)", "deprecated" : false, "documentation" : "

                                      The type of storage used by the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "storageType", "fluentSetterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@param storageType The type of storage used by the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storageType", "getterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@return The type of storage used by the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StorageType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorageType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StorageType", "setterDocumentation" : "

                                      The type of storage used by the replication instance.

                                      \n@param storageType The type of storage used by the replication instance.", "setterMethodName" : "setStorageType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "storageType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "storageType", "variableType" : "String", "documentation" : "

                                      The type of storage used by the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMinAllocatedStorage", "beanStyleSetterMethodName" : "setMinAllocatedStorage", "c2jName" : "MinAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \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 #minAllocatedStorage(Integer)}.\n@param minAllocatedStorage 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 #minAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "minAllocatedStorage", "fluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "minAllocatedStorage", "getterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "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" : "MinAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MinAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MinAllocatedStorage", "setterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param minAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "setterMethodName" : "setMinAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "minAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "minAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxAllocatedStorage", "beanStyleSetterMethodName" : "setMaxAllocatedStorage", "c2jName" : "MaxAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \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 #maxAllocatedStorage(Integer)}.\n@param maxAllocatedStorage 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 #maxAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "maxAllocatedStorage", "fluentSetterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAllocatedStorage", "getterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@return The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "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" : "MaxAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxAllocatedStorage", "setterDocumentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      \n@param maxAllocatedStorage The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.", "setterMethodName" : "setMaxAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefaultAllocatedStorage", "beanStyleSetterMethodName" : "setDefaultAllocatedStorage", "c2jName" : "DefaultAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #defaultAllocatedStorage(Integer)}.\n@param defaultAllocatedStorage 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 #defaultAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "defaultAllocatedStorage", "fluentSetterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultAllocatedStorage", "getterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The default amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "DefaultAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DefaultAllocatedStorage", "setterDocumentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param defaultAllocatedStorage The default amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setDefaultAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "defaultAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The default amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludedAllocatedStorage", "beanStyleSetterMethodName" : "setIncludedAllocatedStorage", "c2jName" : "IncludedAllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #includedAllocatedStorage(Integer)}.\n@param includedAllocatedStorage 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 #includedAllocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "includedAllocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includedAllocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "IncludedAllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IncludedAllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "IncludedAllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param includedAllocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setIncludedAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "includedAllocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrderableReplicationInstance", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OrderableReplicationInstance", "variableName" : "orderableReplicationInstance", "variableType" : "OrderableReplicationInstance", "documentation" : null, "simpleType" : "OrderableReplicationInstance", "variableSetterType" : "OrderableReplicationInstance" }, "wrapper" : false }, "RefreshSchemasRequest" : { "c2jName" : "RefreshSchemasMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RefreshSchemas", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.RefreshSchemas", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointArn", "ReplicationInstanceArn" ], "shapeName" : "RefreshSchemasRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RefreshSchemasRequest", "variableName" : "refreshSchemasRequest", "variableType" : "RefreshSchemasRequest", "documentation" : null, "simpleType" : "RefreshSchemasRequest", "variableSetterType" : "RefreshSchemasRequest" }, "wrapper" : false }, "RefreshSchemasResponse" : { "c2jName" : "RefreshSchemasResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRefreshSchemasStatus", "beanStyleSetterMethodName" : "setRefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the refreshed schema.

                                      \nThis is a convenience that creates an instance of the {@link RefreshSchemasStatus.Builder} avoiding the need to create one manually via {@link RefreshSchemasStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link RefreshSchemasStatus.Builder#build()} is called immediately and its result is passed to {@link #refreshSchemasStatus(RefreshSchemasStatus)}.\n@param refreshSchemasStatus a consumer that will call methods on {@link RefreshSchemasStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #refreshSchemasStatus(RefreshSchemasStatus)", "deprecated" : false, "documentation" : "

                                      The status of the refreshed schema.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "refreshSchemasStatus", "fluentSetterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@param refreshSchemasStatus The status of the refreshed schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "refreshSchemasStatus", "getterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@return The status of the refreshed schema.", "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RefreshSchemasStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RefreshSchemasStatus", "setterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@param refreshSchemasStatus The status of the refreshed schema.", "setterMethodName" : "setRefreshSchemasStatus", "setterModel" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : "

                                      The status of the refreshed schema.

                                      ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RefreshSchemasStatus" : { "beanStyleGetterMethodName" : "getRefreshSchemasStatus", "beanStyleSetterMethodName" : "setRefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the refreshed schema.

                                      \nThis is a convenience that creates an instance of the {@link RefreshSchemasStatus.Builder} avoiding the need to create one manually via {@link RefreshSchemasStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link RefreshSchemasStatus.Builder#build()} is called immediately and its result is passed to {@link #refreshSchemasStatus(RefreshSchemasStatus)}.\n@param refreshSchemasStatus a consumer that will call methods on {@link RefreshSchemasStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #refreshSchemasStatus(RefreshSchemasStatus)", "deprecated" : false, "documentation" : "

                                      The status of the refreshed schema.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "refreshSchemasStatus", "fluentSetterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@param refreshSchemasStatus The status of the refreshed schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "refreshSchemasStatus", "getterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@return The status of the refreshed schema.", "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RefreshSchemasStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RefreshSchemasStatus", "setterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@param refreshSchemasStatus The status of the refreshed schema.", "setterMethodName" : "setRefreshSchemasStatus", "setterModel" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : "

                                      The status of the refreshed schema.

                                      ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRefreshSchemasStatus", "beanStyleSetterMethodName" : "setRefreshSchemasStatus", "c2jName" : "RefreshSchemasStatus", "c2jShape" : "RefreshSchemasStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the refreshed schema.

                                      \nThis is a convenience that creates an instance of the {@link RefreshSchemasStatus.Builder} avoiding the need to create one manually via {@link RefreshSchemasStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link RefreshSchemasStatus.Builder#build()} is called immediately and its result is passed to {@link #refreshSchemasStatus(RefreshSchemasStatus)}.\n@param refreshSchemasStatus a consumer that will call methods on {@link RefreshSchemasStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #refreshSchemasStatus(RefreshSchemasStatus)", "deprecated" : false, "documentation" : "

                                      The status of the refreshed schema.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "refreshSchemasStatus", "fluentSetterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@param refreshSchemasStatus The status of the refreshed schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "refreshSchemasStatus", "getterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@return The status of the refreshed schema.", "getterModel" : { "returnType" : "RefreshSchemasStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RefreshSchemasStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RefreshSchemasStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "RefreshSchemasStatus", "setterDocumentation" : "

                                      The status of the refreshed schema.

                                      \n@param refreshSchemasStatus The status of the refreshed schema.", "setterMethodName" : "setRefreshSchemasStatus", "setterModel" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : "

                                      The status of the refreshed schema.

                                      ", "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RefreshSchemasResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RefreshSchemasResponse", "variableName" : "refreshSchemasResponse", "variableType" : "RefreshSchemasResponse", "documentation" : null, "simpleType" : "RefreshSchemasResponse", "variableSetterType" : "RefreshSchemasResponse" }, "wrapper" : false }, "RefreshSchemasStatus" : { "c2jName" : "RefreshSchemasStatus", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "RefreshSchemasStatusTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                      The status of the schema.

                                      ", "enumType" : "RefreshSchemasStatusTypeValue", "fluentEnumGetterMethodName" : "status", "fluentGetterMethodName" : "statusString", "fluentSetterDocumentation" : "

                                      The status of the schema.

                                      \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see RefreshSchemasStatusTypeValue", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                      The status of the schema.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link RefreshSchemasStatusTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusString}.\n

                                      \n@return The status of the schema.\n@see RefreshSchemasStatusTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                      The status of the schema.

                                      \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                      The status of the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastRefreshDate", "beanStyleSetterMethodName" : "setLastRefreshDate", "c2jName" : "LastRefreshDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \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 #lastRefreshDate(Instant)}.\n@param lastRefreshDate 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 #lastRefreshDate(Instant)", "deprecated" : false, "documentation" : "

                                      The date the schema was last refreshed.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastRefreshDate", "fluentSetterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@param lastRefreshDate The date the schema was last refreshed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastRefreshDate", "getterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@return The date the schema was last refreshed.", "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" : "LastRefreshDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastRefreshDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastRefreshDate", "setterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@param lastRefreshDate The date the schema was last refreshed.", "setterMethodName" : "setLastRefreshDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastRefreshDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastRefreshDate", "variableType" : "java.time.Instant", "documentation" : "

                                      The date the schema was last refreshed.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The last failure message for the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)", "deprecated" : false, "documentation" : "

                                      The last failure message for the schema.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@param lastFailureMessage The last failure message for the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@return The last failure message for the schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@param lastFailureMessage The last failure message for the schema.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

                                      The last failure message for the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastFailureMessage" : { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The last failure message for the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)", "deprecated" : false, "documentation" : "

                                      The last failure message for the schema.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@param lastFailureMessage The last failure message for the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@return The last failure message for the schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@param lastFailureMessage The last failure message for the schema.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

                                      The last failure message for the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastRefreshDate" : { "beanStyleGetterMethodName" : "getLastRefreshDate", "beanStyleSetterMethodName" : "setLastRefreshDate", "c2jName" : "LastRefreshDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \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 #lastRefreshDate(Instant)}.\n@param lastRefreshDate 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 #lastRefreshDate(Instant)", "deprecated" : false, "documentation" : "

                                      The date the schema was last refreshed.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastRefreshDate", "fluentSetterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@param lastRefreshDate The date the schema was last refreshed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastRefreshDate", "getterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@return The date the schema was last refreshed.", "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" : "LastRefreshDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastRefreshDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastRefreshDate", "setterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@param lastRefreshDate The date the schema was last refreshed.", "setterMethodName" : "setLastRefreshDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastRefreshDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastRefreshDate", "variableType" : "java.time.Instant", "documentation" : "

                                      The date the schema was last refreshed.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "RefreshSchemasStatusTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                      The status of the schema.

                                      ", "enumType" : "RefreshSchemasStatusTypeValue", "fluentEnumGetterMethodName" : "status", "fluentGetterMethodName" : "statusString", "fluentSetterDocumentation" : "

                                      The status of the schema.

                                      \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see RefreshSchemasStatusTypeValue", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                      The status of the schema.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link RefreshSchemasStatusTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusString}.\n

                                      \n@return The status of the schema.\n@see RefreshSchemasStatusTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                      The status of the schema.

                                      \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                      The status of the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "RefreshSchemasStatusTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                      The status of the schema.

                                      ", "enumType" : "RefreshSchemasStatusTypeValue", "fluentEnumGetterMethodName" : "status", "fluentGetterMethodName" : "statusString", "fluentSetterDocumentation" : "

                                      The status of the schema.

                                      \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see RefreshSchemasStatusTypeValue", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                      The status of the schema.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link RefreshSchemasStatusTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusString}.\n

                                      \n@return The status of the schema.\n@see RefreshSchemasStatusTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                      The status of the schema.

                                      \n@param status The status of the schema.\n@see RefreshSchemasStatusTypeValue", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                      The status of the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastRefreshDate", "beanStyleSetterMethodName" : "setLastRefreshDate", "c2jName" : "LastRefreshDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \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 #lastRefreshDate(Instant)}.\n@param lastRefreshDate 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 #lastRefreshDate(Instant)", "deprecated" : false, "documentation" : "

                                      The date the schema was last refreshed.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastRefreshDate", "fluentSetterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@param lastRefreshDate The date the schema was last refreshed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastRefreshDate", "getterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@return The date the schema was last refreshed.", "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" : "LastRefreshDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastRefreshDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastRefreshDate", "setterDocumentation" : "

                                      The date the schema was last refreshed.

                                      \n@param lastRefreshDate The date the schema was last refreshed.", "setterMethodName" : "setLastRefreshDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastRefreshDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastRefreshDate", "variableType" : "java.time.Instant", "documentation" : "

                                      The date the schema was last refreshed.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The last failure message for the schema.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)", "deprecated" : false, "documentation" : "

                                      The last failure message for the schema.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@param lastFailureMessage The last failure message for the schema.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@return The last failure message for the schema.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

                                      The last failure message for the schema.

                                      \n@param lastFailureMessage The last failure message for the schema.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

                                      The last failure message for the schema.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RefreshSchemasStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RefreshSchemasStatus", "variableName" : "refreshSchemasStatus", "variableType" : "RefreshSchemasStatus", "documentation" : null, "simpleType" : "RefreshSchemasStatus", "variableSetterType" : "RefreshSchemasStatus" }, "wrapper" : false }, "RefreshSchemasStatusTypeValue" : { "c2jName" : "RefreshSchemasStatusTypeValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "SUCCESSFUL", "value" : "successful" }, { "name" : "FAILED", "value" : "failed" }, { "name" : "REFRESHING", "value" : "refreshing" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RefreshSchemasStatusTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RefreshSchemasStatusTypeValue", "variableName" : "refreshSchemasStatusTypeValue", "variableType" : "RefreshSchemasStatusTypeValue", "documentation" : null, "simpleType" : "RefreshSchemasStatusTypeValue", "variableSetterType" : "RefreshSchemasStatusTypeValue" }, "wrapper" : false }, "ReloadTablesRequest" : { "c2jName" : "ReloadTablesMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ReloadTables", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.ReloadTables", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesToReload", "beanStyleSetterMethodName" : "setTablesToReload", "c2jName" : "TablesToReload", "c2jShape" : "TableListToReload", "defaultConsumerFluentSetterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \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 #tablesToReload(List)}.\n@param tablesToReload 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 #tablesToReload(List)", "deprecated" : false, "documentation" : "

                                      The name and schema of the table to be reloaded.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesToReload", "fluentSetterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n@param tablesToReload The name and schema of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesToReload", "getterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The name and schema of the table to be reloaded.", "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" : "TablesToReload", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesToReload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TableToReload", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TableToReload.Builder} avoiding the need to create one manually via {@link TableToReload#builder()}.\n\nWhen the {@link Consumer} completes, {@link TableToReload.Builder#build()} is called immediately and its result is passed to {@link #member(TableToReload)}.\n@param member a consumer that will call methods on {@link TableToReload.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TableToReload)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "TableToReload", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : null, "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "simple" : false, "variable" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : "", "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TableToReload", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TableToReload", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TablesToReload", "setterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n@param tablesToReload The name and schema of the table to be reloaded.", "setterMethodName" : "setTablesToReload", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tablesToReload", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tablesToReload", "variableType" : "java.util.List", "documentation" : "

                                      The name and schema of the table to be reloaded.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TablesToReload" : { "beanStyleGetterMethodName" : "getTablesToReload", "beanStyleSetterMethodName" : "setTablesToReload", "c2jName" : "TablesToReload", "c2jShape" : "TableListToReload", "defaultConsumerFluentSetterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \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 #tablesToReload(List)}.\n@param tablesToReload 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 #tablesToReload(List)", "deprecated" : false, "documentation" : "

                                      The name and schema of the table to be reloaded.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesToReload", "fluentSetterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n@param tablesToReload The name and schema of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesToReload", "getterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The name and schema of the table to be reloaded.", "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" : "TablesToReload", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesToReload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TableToReload", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TableToReload.Builder} avoiding the need to create one manually via {@link TableToReload#builder()}.\n\nWhen the {@link Consumer} completes, {@link TableToReload.Builder#build()} is called immediately and its result is passed to {@link #member(TableToReload)}.\n@param member a consumer that will call methods on {@link TableToReload.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TableToReload)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "TableToReload", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : null, "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "simple" : false, "variable" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : "", "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TableToReload", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TableToReload", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TablesToReload", "setterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n@param tablesToReload The name and schema of the table to be reloaded.", "setterMethodName" : "setTablesToReload", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tablesToReload", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tablesToReload", "variableType" : "java.util.List", "documentation" : "

                                      The name and schema of the table to be reloaded.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesToReload", "beanStyleSetterMethodName" : "setTablesToReload", "c2jName" : "TablesToReload", "c2jShape" : "TableListToReload", "defaultConsumerFluentSetterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \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 #tablesToReload(List)}.\n@param tablesToReload 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 #tablesToReload(List)", "deprecated" : false, "documentation" : "

                                      The name and schema of the table to be reloaded.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesToReload", "fluentSetterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n@param tablesToReload The name and schema of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesToReload", "getterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The name and schema of the table to be reloaded.", "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" : "TablesToReload", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesToReload", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TableToReload", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TableToReload.Builder} avoiding the need to create one manually via {@link TableToReload#builder()}.\n\nWhen the {@link Consumer} completes, {@link TableToReload.Builder#build()} is called immediately and its result is passed to {@link #member(TableToReload)}.\n@param member a consumer that will call methods on {@link TableToReload.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TableToReload)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "TableToReload", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : null, "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "simple" : false, "variable" : { "variableDeclarationType" : "TableToReload", "variableName" : "member", "variableType" : "TableToReload", "documentation" : "", "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TableToReload", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TableToReload", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TablesToReload", "setterDocumentation" : "

                                      The name and schema of the table to be reloaded.

                                      \n@param tablesToReload The name and schema of the table to be reloaded.", "setterMethodName" : "setTablesToReload", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tablesToReload", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tablesToReload", "variableType" : "java.util.List", "documentation" : "

                                      The name and schema of the table to be reloaded.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskArn", "TablesToReload" ], "shapeName" : "ReloadTablesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReloadTablesRequest", "variableName" : "reloadTablesRequest", "variableType" : "ReloadTablesRequest", "documentation" : null, "simpleType" : "ReloadTablesRequest", "variableSetterType" : "ReloadTablesRequest" }, "wrapper" : false }, "ReloadTablesResponse" : { "c2jName" : "ReloadTablesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication task.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReloadTablesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReloadTablesResponse", "variableName" : "reloadTablesResponse", "variableType" : "ReloadTablesResponse", "documentation" : null, "simpleType" : "ReloadTablesResponse", "variableSetterType" : "ReloadTablesResponse" }, "wrapper" : false }, "RemoveTagsFromResourceRequest" : { "c2jName" : "RemoveTagsFromResourceMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemoveTagsFromResource", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.RemoveTagsFromResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@return >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                      The tag key (name) of the tag to be removed.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The tag key (name) of the tag to be removed.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TagKeys", "setterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n@param tagKeys The tag key (name) of the tag to be removed.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                      The tag key (name) of the tag to be removed.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@return >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                      The tag key (name) of the tag to be removed.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The tag key (name) of the tag to be removed.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TagKeys", "setterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n@param tagKeys The tag key (name) of the tag to be removed.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                      The tag key (name) of the tag to be removed.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "documentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@return >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed 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" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ResourceArn", "setterDocumentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      \n@param resourceArn >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                      >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be removed from.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "defaultConsumerFluentSetterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "documentation" : "

                                      The tag key (name) of the tag to be removed.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The tag key (name) of the tag to be removed.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "TagKeys", "setterDocumentation" : "

                                      The tag key (name) of the tag to be removed.

                                      \n@param tagKeys The tag key (name) of the tag to be removed.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                      The tag key (name) of the tag to be removed.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "TagKeys" ], "shapeName" : "RemoveTagsFromResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsFromResourceRequest", "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "documentation" : null, "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "wrapper" : false }, "RemoveTagsFromResourceResponse" : { "c2jName" : "RemoveTagsFromResourceResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveTagsFromResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveTagsFromResourceResponse", "variableName" : "removeTagsFromResourceResponse", "variableType" : "RemoveTagsFromResourceResponse", "documentation" : null, "simpleType" : "RemoveTagsFromResourceResponse", "variableSetterType" : "RemoveTagsFromResourceResponse" }, "wrapper" : false }, "ReplicationEndpointTypeValue" : { "c2jName" : "ReplicationEndpointTypeValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "SOURCE", "value" : "source" }, { "name" : "TARGET", "value" : "target" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationEndpointTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationEndpointTypeValue", "variableName" : "replicationEndpointTypeValue", "variableType" : "ReplicationEndpointTypeValue", "documentation" : null, "simpleType" : "ReplicationEndpointTypeValue", "variableSetterType" : "ReplicationEndpointTypeValue" }, "wrapper" : false }, "ReplicationInstance" : { "c2jName" : "ReplicationInstance", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@return The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceStatus", "beanStyleSetterMethodName" : "setReplicationInstanceStatus", "c2jName" : "ReplicationInstanceStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceStatus(String)}.\n@param replicationInstanceStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceStatus(String)", "deprecated" : false, "documentation" : "

                                      The status of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceStatus", "fluentSetterDocumentation" : "

                                      The status of the replication instance.

                                      \n@param replicationInstanceStatus The status of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceStatus", "getterDocumentation" : "

                                      The status of the replication instance.

                                      \n@return The status of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceStatus", "setterDocumentation" : "

                                      The status of the replication instance.

                                      \n@param replicationInstanceStatus The status of the replication instance.", "setterMethodName" : "setReplicationInstanceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceStatus", "variableType" : "String", "documentation" : "

                                      The status of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInstanceCreateTime", "beanStyleSetterMethodName" : "setInstanceCreateTime", "c2jName" : "InstanceCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The time the replication instance was created.

                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #instanceCreateTime(Instant)}.\n@param instanceCreateTime 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 #instanceCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                      The time the replication instance was created.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "instanceCreateTime", "fluentSetterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@param instanceCreateTime The time the replication instance was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "instanceCreateTime", "getterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@return The time the replication instance was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceCreateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "InstanceCreateTime", "setterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@param instanceCreateTime The time the replication instance was created.", "setterMethodName" : "setInstanceCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "instanceCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "instanceCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                      The time the replication instance was created.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcSecurityGroups", "beanStyleSetterMethodName" : "setVpcSecurityGroups", "c2jName" : "VpcSecurityGroups", "c2jShape" : "VpcSecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

                                      The VPC security group for the instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroups(List)}.\n@param vpcSecurityGroups 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 #vpcSecurityGroups(List)", "deprecated" : false, "documentation" : "

                                      The VPC security group for the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroups", "fluentSetterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n@param vpcSecurityGroups The VPC security group for the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroups", "getterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The VPC security group for the instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VpcSecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VpcSecurityGroupMembership.Builder} avoiding the need to create one manually via {@link VpcSecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcSecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(VpcSecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link VpcSecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VpcSecurityGroupMembership)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "VpcSecurityGroupMembership", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : null, "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "simple" : false, "variable" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : "", "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VpcSecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VpcSecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroups", "setterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n@param vpcSecurityGroups The VPC security group for the instance.", "setterMethodName" : "setVpcSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "documentation" : "

                                      The VPC security group for the instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)", "deprecated" : false, "documentation" : "

                                      The Availability Zone for the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@return The Availability Zone for the instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AvailabilityZone", "setterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@param availabilityZone The Availability Zone for the instance.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                      The Availability Zone for the instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroup(ReplicationSubnetGroup)}.\n@param replicationSubnetGroup a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroup(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "

                                      The subnet group for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@param replicationSubnetGroup The subnet group for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@return The subnet group for the replication instance.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@param replicationSubnetGroup The subnet group for the replication instance.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

                                      The subnet group for the replication instance.

                                      ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)", "deprecated" : false, "documentation" : "

                                      The maintenance window times for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@param preferredMaintenanceWindow The maintenance window times for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@return The maintenance window times for the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@param preferredMaintenanceWindow The maintenance window times for the replication instance.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                                      The maintenance window times for the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationPendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "

                                      The pending modification values.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationPendingModifiedValues.Builder} avoiding the need to create one manually via {@link ReplicationPendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationPendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(ReplicationPendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link ReplicationPendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(ReplicationPendingModifiedValues)", "deprecated" : false, "documentation" : "

                                      The pending modification values.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "

                                      The pending modification values.

                                      \n@param pendingModifiedValues The pending modification values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "

                                      The pending modification values.

                                      \n@return The pending modification values.", "getterModel" : { "returnType" : "ReplicationPendingModifiedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PendingModifiedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingModifiedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PendingModifiedValues", "setterDocumentation" : "

                                      The pending modification values.

                                      \n@param pendingModifiedValues The pending modification values.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "ReplicationPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "documentation" : "

                                      The pending modification values.

                                      ", "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \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 #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade 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 #autoMinorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@return Boolean value indicating if minor version upgrades will be automatically applied to the instance.", "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" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "documentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@return The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePublicIpAddress", "beanStyleSetterMethodName" : "setReplicationInstancePublicIpAddress", "c2jName" : "ReplicationInstancePublicIpAddress", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePublicIpAddress(String)}.\n@param replicationInstancePublicIpAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstancePublicIpAddress(String)", "deprecated" : true, "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddress", "fluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddress The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddress", "getterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@return The public IP address of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePublicIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstancePublicIpAddress", "setterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddress The public IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePublicIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddress", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddress", "c2jName" : "ReplicationInstancePrivateIpAddress", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePrivateIpAddress(String)}.\n@param replicationInstancePrivateIpAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstancePrivateIpAddress(String)", "deprecated" : true, "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddress", "fluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddress", "getterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@return The private IP address of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePrivateIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstancePrivateIpAddress", "setterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePrivateIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePublicIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePublicIpAddresses", "c2jName" : "ReplicationInstancePublicIpAddresses", "c2jShape" : "ReplicationInstancePublicIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePublicIpAddresses(List)}.\n@param replicationInstancePublicIpAddresses 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 #replicationInstancePublicIpAddresses(List)", "deprecated" : false, "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddresses", "fluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddresses The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddresses", "getterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The public IP address of the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePublicIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstancePublicIpAddresses", "setterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddresses The public IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePublicIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddresses", "c2jName" : "ReplicationInstancePrivateIpAddresses", "c2jShape" : "ReplicationInstancePrivateIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePrivateIpAddresses(List)}.\n@param replicationInstancePrivateIpAddresses 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 #replicationInstancePrivateIpAddresses(List)", "deprecated" : false, "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddresses", "fluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddresses The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddresses", "getterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The private IP address of the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePrivateIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstancePrivateIpAddresses", "setterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddresses The private IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePrivateIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPubliclyAccessible", "beanStyleSetterMethodName" : "setPubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \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 #publiclyAccessible(Boolean)}.\n@param publiclyAccessible 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 #publiclyAccessible(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "publiclyAccessible", "fluentSetterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publiclyAccessible", "getterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "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" : "PubliclyAccessible", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "setterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "setterMethodName" : "setPubliclyAccessible", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecondaryAvailabilityZone", "beanStyleSetterMethodName" : "setSecondaryAvailabilityZone", "c2jName" : "SecondaryAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #secondaryAvailabilityZone(String)}.\n@param secondaryAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #secondaryAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "secondaryAvailabilityZone", "fluentSetterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@param secondaryAvailabilityZone The availability zone of the standby replication instance in a Multi-AZ deployment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "secondaryAvailabilityZone", "getterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@return The availability zone of the standby replication instance in a Multi-AZ deployment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecondaryAvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecondaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SecondaryAvailabilityZone", "setterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@param secondaryAvailabilityZone The availability zone of the standby replication instance in a Multi-AZ deployment.", "setterMethodName" : "setSecondaryAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secondaryAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "secondaryAvailabilityZone", "variableType" : "String", "documentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllocatedStorage" : { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "AutoMinorVersionUpgrade" : { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \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 #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade 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 #autoMinorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@return Boolean value indicating if minor version upgrades will be automatically applied to the instance.", "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" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "AvailabilityZone" : { "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)", "deprecated" : false, "documentation" : "

                                      The Availability Zone for the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@return The Availability Zone for the instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AvailabilityZone", "setterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@param availabilityZone The Availability Zone for the instance.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                      The Availability Zone for the instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceCreateTime" : { "beanStyleGetterMethodName" : "getInstanceCreateTime", "beanStyleSetterMethodName" : "setInstanceCreateTime", "c2jName" : "InstanceCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The time the replication instance was created.

                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #instanceCreateTime(Instant)}.\n@param instanceCreateTime 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 #instanceCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                      The time the replication instance was created.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "instanceCreateTime", "fluentSetterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@param instanceCreateTime The time the replication instance was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "instanceCreateTime", "getterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@return The time the replication instance was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceCreateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "InstanceCreateTime", "setterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@param instanceCreateTime The time the replication instance was created.", "setterMethodName" : "setInstanceCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "instanceCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "instanceCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                      The time the replication instance was created.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "documentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@return The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MultiAZ" : { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "PendingModifiedValues" : { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationPendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "

                                      The pending modification values.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationPendingModifiedValues.Builder} avoiding the need to create one manually via {@link ReplicationPendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationPendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(ReplicationPendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link ReplicationPendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(ReplicationPendingModifiedValues)", "deprecated" : false, "documentation" : "

                                      The pending modification values.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "

                                      The pending modification values.

                                      \n@param pendingModifiedValues The pending modification values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "

                                      The pending modification values.

                                      \n@return The pending modification values.", "getterModel" : { "returnType" : "ReplicationPendingModifiedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PendingModifiedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingModifiedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PendingModifiedValues", "setterDocumentation" : "

                                      The pending modification values.

                                      \n@param pendingModifiedValues The pending modification values.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "ReplicationPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "documentation" : "

                                      The pending modification values.

                                      ", "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "xmlNameSpaceUri" : null }, "PreferredMaintenanceWindow" : { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)", "deprecated" : false, "documentation" : "

                                      The maintenance window times for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@param preferredMaintenanceWindow The maintenance window times for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@return The maintenance window times for the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@param preferredMaintenanceWindow The maintenance window times for the replication instance.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                                      The maintenance window times for the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PubliclyAccessible" : { "beanStyleGetterMethodName" : "getPubliclyAccessible", "beanStyleSetterMethodName" : "setPubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \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 #publiclyAccessible(Boolean)}.\n@param publiclyAccessible 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 #publiclyAccessible(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "publiclyAccessible", "fluentSetterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publiclyAccessible", "getterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "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" : "PubliclyAccessible", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "setterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "setterMethodName" : "setPubliclyAccessible", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceClass" : { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceIdentifier" : { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@return The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstancePrivateIpAddress" : { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddress", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddress", "c2jName" : "ReplicationInstancePrivateIpAddress", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePrivateIpAddress(String)}.\n@param replicationInstancePrivateIpAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstancePrivateIpAddress(String)", "deprecated" : true, "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddress", "fluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddress", "getterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@return The private IP address of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePrivateIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstancePrivateIpAddress", "setterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePrivateIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstancePrivateIpAddresses" : { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddresses", "c2jName" : "ReplicationInstancePrivateIpAddresses", "c2jShape" : "ReplicationInstancePrivateIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePrivateIpAddresses(List)}.\n@param replicationInstancePrivateIpAddresses 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 #replicationInstancePrivateIpAddresses(List)", "deprecated" : false, "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddresses", "fluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddresses The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddresses", "getterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The private IP address of the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePrivateIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstancePrivateIpAddresses", "setterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddresses The private IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePrivateIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReplicationInstancePublicIpAddress" : { "beanStyleGetterMethodName" : "getReplicationInstancePublicIpAddress", "beanStyleSetterMethodName" : "setReplicationInstancePublicIpAddress", "c2jName" : "ReplicationInstancePublicIpAddress", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePublicIpAddress(String)}.\n@param replicationInstancePublicIpAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstancePublicIpAddress(String)", "deprecated" : true, "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddress", "fluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddress The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddress", "getterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@return The public IP address of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePublicIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstancePublicIpAddress", "setterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddress The public IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePublicIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstancePublicIpAddresses" : { "beanStyleGetterMethodName" : "getReplicationInstancePublicIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePublicIpAddresses", "c2jName" : "ReplicationInstancePublicIpAddresses", "c2jShape" : "ReplicationInstancePublicIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePublicIpAddresses(List)}.\n@param replicationInstancePublicIpAddresses 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 #replicationInstancePublicIpAddresses(List)", "deprecated" : false, "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddresses", "fluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddresses The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddresses", "getterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The public IP address of the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePublicIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstancePublicIpAddresses", "setterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddresses The public IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePublicIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceStatus" : { "beanStyleGetterMethodName" : "getReplicationInstanceStatus", "beanStyleSetterMethodName" : "setReplicationInstanceStatus", "c2jName" : "ReplicationInstanceStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceStatus(String)}.\n@param replicationInstanceStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceStatus(String)", "deprecated" : false, "documentation" : "

                                      The status of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceStatus", "fluentSetterDocumentation" : "

                                      The status of the replication instance.

                                      \n@param replicationInstanceStatus The status of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceStatus", "getterDocumentation" : "

                                      The status of the replication instance.

                                      \n@return The status of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceStatus", "setterDocumentation" : "

                                      The status of the replication instance.

                                      \n@param replicationInstanceStatus The status of the replication instance.", "setterMethodName" : "setReplicationInstanceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceStatus", "variableType" : "String", "documentation" : "

                                      The status of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationSubnetGroup" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroup(ReplicationSubnetGroup)}.\n@param replicationSubnetGroup a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroup(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "

                                      The subnet group for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@param replicationSubnetGroup The subnet group for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@return The subnet group for the replication instance.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@param replicationSubnetGroup The subnet group for the replication instance.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

                                      The subnet group for the replication instance.

                                      ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null }, "SecondaryAvailabilityZone" : { "beanStyleGetterMethodName" : "getSecondaryAvailabilityZone", "beanStyleSetterMethodName" : "setSecondaryAvailabilityZone", "c2jName" : "SecondaryAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #secondaryAvailabilityZone(String)}.\n@param secondaryAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #secondaryAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "secondaryAvailabilityZone", "fluentSetterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@param secondaryAvailabilityZone The availability zone of the standby replication instance in a Multi-AZ deployment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "secondaryAvailabilityZone", "getterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@return The availability zone of the standby replication instance in a Multi-AZ deployment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecondaryAvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecondaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SecondaryAvailabilityZone", "setterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@param secondaryAvailabilityZone The availability zone of the standby replication instance in a Multi-AZ deployment.", "setterMethodName" : "setSecondaryAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secondaryAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "secondaryAvailabilityZone", "variableType" : "String", "documentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcSecurityGroups" : { "beanStyleGetterMethodName" : "getVpcSecurityGroups", "beanStyleSetterMethodName" : "setVpcSecurityGroups", "c2jName" : "VpcSecurityGroups", "c2jShape" : "VpcSecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

                                      The VPC security group for the instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroups(List)}.\n@param vpcSecurityGroups 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 #vpcSecurityGroups(List)", "deprecated" : false, "documentation" : "

                                      The VPC security group for the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroups", "fluentSetterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n@param vpcSecurityGroups The VPC security group for the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroups", "getterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The VPC security group for the instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VpcSecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VpcSecurityGroupMembership.Builder} avoiding the need to create one manually via {@link VpcSecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcSecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(VpcSecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link VpcSecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VpcSecurityGroupMembership)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "VpcSecurityGroupMembership", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : null, "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "simple" : false, "variable" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : "", "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VpcSecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VpcSecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroups", "setterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n@param vpcSecurityGroups The VPC security group for the instance.", "setterMethodName" : "setVpcSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "documentation" : "

                                      The VPC security group for the instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceIdentifier", "beanStyleSetterMethodName" : "setReplicationInstanceIdentifier", "c2jName" : "ReplicationInstanceIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceIdentifier(String)}.\n@param replicationInstanceIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceIdentifier", "fluentSetterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceIdentifier", "getterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@return The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceIdentifier", "setterDocumentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      \n@param replicationInstanceIdentifier The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance", "setterMethodName" : "setReplicationInstanceIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceIdentifier", "variableType" : "String", "documentation" : "

                                      The replication instance identifier. This parameter is stored as a lowercase string.

                                      Constraints:

                                      • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      Example: myrepinstance

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceStatus", "beanStyleSetterMethodName" : "setReplicationInstanceStatus", "c2jName" : "ReplicationInstanceStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceStatus(String)}.\n@param replicationInstanceStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceStatus(String)", "deprecated" : false, "documentation" : "

                                      The status of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceStatus", "fluentSetterDocumentation" : "

                                      The status of the replication instance.

                                      \n@param replicationInstanceStatus The status of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceStatus", "getterDocumentation" : "

                                      The status of the replication instance.

                                      \n@return The status of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceStatus", "setterDocumentation" : "

                                      The status of the replication instance.

                                      \n@param replicationInstanceStatus The status of the replication instance.", "setterMethodName" : "setReplicationInstanceStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceStatus", "variableType" : "String", "documentation" : "

                                      The status of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInstanceCreateTime", "beanStyleSetterMethodName" : "setInstanceCreateTime", "c2jName" : "InstanceCreateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                      The time the replication instance was created.

                                      \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #instanceCreateTime(Instant)}.\n@param instanceCreateTime 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 #instanceCreateTime(Instant)", "deprecated" : false, "documentation" : "

                                      The time the replication instance was created.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "instanceCreateTime", "fluentSetterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@param instanceCreateTime The time the replication instance was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "instanceCreateTime", "getterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@return The time the replication instance was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceCreateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCreateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "InstanceCreateTime", "setterDocumentation" : "

                                      The time the replication instance was created.

                                      \n@param instanceCreateTime The time the replication instance was created.", "setterMethodName" : "setInstanceCreateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "instanceCreateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "instanceCreateTime", "variableType" : "java.time.Instant", "documentation" : "

                                      The time the replication instance was created.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcSecurityGroups", "beanStyleSetterMethodName" : "setVpcSecurityGroups", "c2jName" : "VpcSecurityGroups", "c2jShape" : "VpcSecurityGroupMembershipList", "defaultConsumerFluentSetterDocumentation" : "

                                      The VPC security group for the instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroups(List)}.\n@param vpcSecurityGroups 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 #vpcSecurityGroups(List)", "deprecated" : false, "documentation" : "

                                      The VPC security group for the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroups", "fluentSetterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n@param vpcSecurityGroups The VPC security group for the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroups", "getterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The VPC security group for the instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroups", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VpcSecurityGroupMembership", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VpcSecurityGroupMembership.Builder} avoiding the need to create one manually via {@link VpcSecurityGroupMembership#builder()}.\n\nWhen the {@link Consumer} completes, {@link VpcSecurityGroupMembership.Builder#build()} is called immediately and its result is passed to {@link #member(VpcSecurityGroupMembership)}.\n@param member a consumer that will call methods on {@link VpcSecurityGroupMembership.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VpcSecurityGroupMembership)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "VpcSecurityGroupMembership", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : null, "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "simple" : false, "variable" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "documentation" : "", "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VpcSecurityGroupMembership", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VpcSecurityGroupMembership", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "VpcSecurityGroups", "setterDocumentation" : "

                                      The VPC security group for the instance.

                                      \n@param vpcSecurityGroups The VPC security group for the instance.", "setterMethodName" : "setVpcSecurityGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "documentation" : "

                                      The VPC security group for the instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAvailabilityZone", "beanStyleSetterMethodName" : "setAvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #availabilityZone(String)}.\n@param availabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #availabilityZone(String)", "deprecated" : false, "documentation" : "

                                      The Availability Zone for the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "availabilityZone", "fluentSetterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@param availabilityZone The Availability Zone for the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availabilityZone", "getterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@return The Availability Zone for the instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AvailabilityZone", "setterDocumentation" : "

                                      The Availability Zone for the instance.

                                      \n@param availabilityZone The Availability Zone for the instance.", "setterMethodName" : "setAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "availabilityZone", "variableType" : "String", "documentation" : "

                                      The Availability Zone for the instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroup", "beanStyleSetterMethodName" : "setReplicationSubnetGroup", "c2jName" : "ReplicationSubnetGroup", "c2jShape" : "ReplicationSubnetGroup", "defaultConsumerFluentSetterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationSubnetGroup.Builder} avoiding the need to create one manually via {@link ReplicationSubnetGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationSubnetGroup.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroup(ReplicationSubnetGroup)}.\n@param replicationSubnetGroup a consumer that will call methods on {@link ReplicationSubnetGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroup(ReplicationSubnetGroup)", "deprecated" : false, "documentation" : "

                                      The subnet group for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroup", "fluentSetterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@param replicationSubnetGroup The subnet group for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroup", "getterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@return The subnet group for the replication instance.", "getterModel" : { "returnType" : "ReplicationSubnetGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroup", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationSubnetGroup", "setterDocumentation" : "

                                      The subnet group for the replication instance.

                                      \n@param replicationSubnetGroup The subnet group for the replication instance.", "setterMethodName" : "setReplicationSubnetGroup", "setterModel" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : "

                                      The subnet group for the replication instance.

                                      ", "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreferredMaintenanceWindow", "beanStyleSetterMethodName" : "setPreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #preferredMaintenanceWindow(String)}.\n@param preferredMaintenanceWindow a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #preferredMaintenanceWindow(String)", "deprecated" : false, "documentation" : "

                                      The maintenance window times for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "preferredMaintenanceWindow", "fluentSetterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@param preferredMaintenanceWindow The maintenance window times for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preferredMaintenanceWindow", "getterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@return The maintenance window times for the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PreferredMaintenanceWindow", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PreferredMaintenanceWindow", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PreferredMaintenanceWindow", "setterDocumentation" : "

                                      The maintenance window times for the replication instance.

                                      \n@param preferredMaintenanceWindow The maintenance window times for the replication instance.", "setterMethodName" : "setPreferredMaintenanceWindow", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "documentation" : "

                                      The maintenance window times for the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPendingModifiedValues", "beanStyleSetterMethodName" : "setPendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationPendingModifiedValues", "defaultConsumerFluentSetterDocumentation" : "

                                      The pending modification values.

                                      \nThis is a convenience that creates an instance of the {@link ReplicationPendingModifiedValues.Builder} avoiding the need to create one manually via {@link ReplicationPendingModifiedValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationPendingModifiedValues.Builder#build()} is called immediately and its result is passed to {@link #pendingModifiedValues(ReplicationPendingModifiedValues)}.\n@param pendingModifiedValues a consumer that will call methods on {@link ReplicationPendingModifiedValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pendingModifiedValues(ReplicationPendingModifiedValues)", "deprecated" : false, "documentation" : "

                                      The pending modification values.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "pendingModifiedValues", "fluentSetterDocumentation" : "

                                      The pending modification values.

                                      \n@param pendingModifiedValues The pending modification values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pendingModifiedValues", "getterDocumentation" : "

                                      The pending modification values.

                                      \n@return The pending modification values.", "getterModel" : { "returnType" : "ReplicationPendingModifiedValues", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PendingModifiedValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingModifiedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PendingModifiedValues", "setterDocumentation" : "

                                      The pending modification values.

                                      \n@param pendingModifiedValues The pending modification values.", "setterMethodName" : "setPendingModifiedValues", "setterModel" : { "variableDeclarationType" : "ReplicationPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationPendingModifiedValues", "variableName" : "pendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "documentation" : "

                                      The pending modification values.

                                      ", "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAutoMinorVersionUpgrade", "beanStyleSetterMethodName" : "setAutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \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 #autoMinorVersionUpgrade(Boolean)}.\n@param autoMinorVersionUpgrade 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 #autoMinorVersionUpgrade(Boolean)", "deprecated" : false, "documentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "autoMinorVersionUpgrade", "fluentSetterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoMinorVersionUpgrade", "getterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@return Boolean value indicating if minor version upgrades will be automatically applied to the instance.", "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" : "AutoMinorVersionUpgrade", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutoMinorVersionUpgrade", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AutoMinorVersionUpgrade", "setterDocumentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      \n@param autoMinorVersionUpgrade Boolean value indicating if minor version upgrades will be automatically applied to the instance.", "setterMethodName" : "setAutoMinorVersionUpgrade", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "documentation" : "

                                      Boolean value indicating if minor version upgrades will be automatically applied to the instance.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "documentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@return The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KmsKeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KmsKeyId", "setterDocumentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      \n@param kmsKeyId The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

                                      The KMS key identifier that is used to encrypt the content on the replication instance. If you do not specify a value for the KmsKeyId parameter, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePublicIpAddress", "beanStyleSetterMethodName" : "setReplicationInstancePublicIpAddress", "c2jName" : "ReplicationInstancePublicIpAddress", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePublicIpAddress(String)}.\n@param replicationInstancePublicIpAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstancePublicIpAddress(String)", "deprecated" : true, "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddress", "fluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddress The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddress", "getterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@return The public IP address of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePublicIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstancePublicIpAddress", "setterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddress The public IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePublicIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePublicIpAddress", "variableType" : "String", "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddress", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddress", "c2jName" : "ReplicationInstancePrivateIpAddress", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePrivateIpAddress(String)}.\n@param replicationInstancePrivateIpAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstancePrivateIpAddress(String)", "deprecated" : true, "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddress", "fluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddress", "getterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@return The private IP address of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePrivateIpAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstancePrivateIpAddress", "setterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddress The private IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePrivateIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstancePrivateIpAddress", "variableType" : "String", "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePublicIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePublicIpAddresses", "c2jName" : "ReplicationInstancePublicIpAddresses", "c2jShape" : "ReplicationInstancePublicIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePublicIpAddresses(List)}.\n@param replicationInstancePublicIpAddresses 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 #replicationInstancePublicIpAddresses(List)", "deprecated" : false, "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePublicIpAddresses", "fluentSetterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddresses The public IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePublicIpAddresses", "getterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The public IP address of the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePublicIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePublicIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstancePublicIpAddresses", "setterDocumentation" : "

                                      The public IP address of the replication instance.

                                      \n@param replicationInstancePublicIpAddresses The public IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePublicIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePublicIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                      The public IP address of the replication instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstancePrivateIpAddresses", "beanStyleSetterMethodName" : "setReplicationInstancePrivateIpAddresses", "c2jName" : "ReplicationInstancePrivateIpAddresses", "c2jShape" : "ReplicationInstancePrivateIpAddressList", "defaultConsumerFluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationInstancePrivateIpAddresses(List)}.\n@param replicationInstancePrivateIpAddresses 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 #replicationInstancePrivateIpAddresses(List)", "deprecated" : false, "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstancePrivateIpAddresses", "fluentSetterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddresses The private IP address of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstancePrivateIpAddresses", "getterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The private IP address of the replication instance.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstancePrivateIpAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstancePrivateIpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "ReplicationInstancePrivateIpAddresses", "setterDocumentation" : "

                                      The private IP address of the replication instance.

                                      \n@param replicationInstancePrivateIpAddresses The private IP address of the replication instance.", "setterMethodName" : "setReplicationInstancePrivateIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationInstancePrivateIpAddresses", "variableType" : "java.util.List", "documentation" : "

                                      The private IP address of the replication instance.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPubliclyAccessible", "beanStyleSetterMethodName" : "setPubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \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 #publiclyAccessible(Boolean)}.\n@param publiclyAccessible 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 #publiclyAccessible(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "publiclyAccessible", "fluentSetterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "publiclyAccessible", "getterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@return Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "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" : "PubliclyAccessible", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PubliclyAccessible", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "PubliclyAccessible", "setterDocumentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      \n@param publiclyAccessible Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.", "setterMethodName" : "setPubliclyAccessible", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publiclyAccessible", "variableType" : "Boolean", "documentation" : "

                                      Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSecondaryAvailabilityZone", "beanStyleSetterMethodName" : "setSecondaryAvailabilityZone", "c2jName" : "SecondaryAvailabilityZone", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #secondaryAvailabilityZone(String)}.\n@param secondaryAvailabilityZone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #secondaryAvailabilityZone(String)", "deprecated" : false, "documentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "secondaryAvailabilityZone", "fluentSetterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@param secondaryAvailabilityZone The availability zone of the standby replication instance in a Multi-AZ deployment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "secondaryAvailabilityZone", "getterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@return The availability zone of the standby replication instance in a Multi-AZ deployment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SecondaryAvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecondaryAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SecondaryAvailabilityZone", "setterDocumentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      \n@param secondaryAvailabilityZone The availability zone of the standby replication instance in a Multi-AZ deployment.", "setterMethodName" : "setSecondaryAvailabilityZone", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "secondaryAvailabilityZone", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "secondaryAvailabilityZone", "variableType" : "String", "documentation" : "

                                      The availability zone of the standby replication instance in a Multi-AZ deployment.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationInstance", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationInstance", "variableName" : "replicationInstance", "variableType" : "ReplicationInstance", "documentation" : null, "simpleType" : "ReplicationInstance", "variableSetterType" : "ReplicationInstance" }, "wrapper" : false }, "ReplicationPendingModifiedValues" : { "c2jName" : "ReplicationPendingModifiedValues", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllocatedStorage" : { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EngineVersion" : { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MultiAZ" : { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceClass" : { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceClass", "beanStyleSetterMethodName" : "setReplicationInstanceClass", "c2jName" : "ReplicationInstanceClass", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceClass(String)}.\n@param replicationInstanceClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceClass(String)", "deprecated" : false, "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceClass", "fluentSetterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceClass", "getterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@return The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceClass", "setterDocumentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      \n@param replicationInstanceClass The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ", "setterMethodName" : "setReplicationInstanceClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceClass", "variableType" : "String", "documentation" : "

                                      The compute and memory capacity of the replication instance.

                                      Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAllocatedStorage", "beanStyleSetterMethodName" : "setAllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \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 #allocatedStorage(Integer)}.\n@param allocatedStorage 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 #allocatedStorage(Integer)", "deprecated" : false, "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "allocatedStorage", "fluentSetterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allocatedStorage", "getterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@return The amount of storage (in gigabytes) that is allocated for the replication instance.", "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" : "AllocatedStorage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AllocatedStorage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "AllocatedStorage", "setterDocumentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      \n@param allocatedStorage The amount of storage (in gigabytes) that is allocated for the replication instance.", "setterMethodName" : "setAllocatedStorage", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "allocatedStorage", "variableType" : "Integer", "documentation" : "

                                      The amount of storage (in gigabytes) that is allocated for the replication instance.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMultiAZ", "beanStyleSetterMethodName" : "setMultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "defaultConsumerFluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \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 #multiAZ(Boolean)}.\n@param multiAZ 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 #multiAZ(Boolean)", "deprecated" : false, "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "multiAZ", "fluentSetterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "multiAZ", "getterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@return Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "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" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "MultiAZ", "setterDocumentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      \n@param multiAZ Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                                      Specifies if the replication instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

                                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEngineVersion", "beanStyleSetterMethodName" : "setEngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineVersion(String)}.\n@param engineVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineVersion(String)", "deprecated" : false, "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineVersion", "fluentSetterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineVersion", "getterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@return The engine version number of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineVersion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineVersion", "setterDocumentation" : "

                                      The engine version number of the replication instance.

                                      \n@param engineVersion The engine version number of the replication instance.", "setterMethodName" : "setEngineVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineVersion", "variableType" : "String", "documentation" : "

                                      The engine version number of the replication instance.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationPendingModifiedValues", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationPendingModifiedValues", "variableName" : "replicationPendingModifiedValues", "variableType" : "ReplicationPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationPendingModifiedValues", "variableSetterType" : "ReplicationPendingModifiedValues" }, "wrapper" : false }, "ReplicationSubnetGroup" : { "c2jName" : "ReplicationSubnetGroup", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The identifier of the replication instance subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@return The identifier of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of the replication instance subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The description of the replication subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupDescription(String)}.\n@param replicationSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                      The description of the replication subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@return The description of the replication subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@param replicationSubnetGroupDescription The description of the replication subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                      The description of the replication subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The ID of the VPC.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "documentation" : "

                                      The ID of the VPC.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                      The ID of the VPC.

                                      \n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                      The ID of the VPC.

                                      \n@return The ID of the VPC.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VpcId", "setterDocumentation" : "

                                      The ID of the VPC.

                                      \n@param vpcId The ID of the VPC.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                      The ID of the VPC.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetGroupStatus", "beanStyleSetterMethodName" : "setSubnetGroupStatus", "c2jName" : "SubnetGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetGroupStatus(String)}.\n@param subnetGroupStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroupStatus(String)", "deprecated" : false, "documentation" : "

                                      The status of the subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupStatus", "fluentSetterDocumentation" : "

                                      The status of the subnet group.

                                      \n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroupStatus", "getterDocumentation" : "

                                      The status of the subnet group.

                                      \n@return The status of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetGroupStatus", "setterDocumentation" : "

                                      The status of the subnet group.

                                      \n@param subnetGroupStatus The status of the subnet group.", "setterMethodName" : "setSubnetGroupStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupStatus", "variableType" : "String", "documentation" : "

                                      The status of the subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \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 #subnets(List)}.\n@param subnets 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 #subnets(List)", "deprecated" : false, "documentation" : "

                                      The subnets that are in the subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The subnets that are in the subnet group.", "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" : "Subnets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Subnet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subnet.Builder} avoiding the need to create one manually via {@link Subnet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subnet.Builder#build()} is called immediately and its result is passed to {@link #member(Subnet)}.\n@param member a consumer that will call methods on {@link Subnet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subnet)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Subnet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "variable" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subnet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subnet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Subnets", "setterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n@param subnets The subnets that are in the subnet group.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                      The subnets that are in the subnet group.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationSubnetGroupDescription" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The description of the replication subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupDescription(String)}.\n@param replicationSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                      The description of the replication subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@return The description of the replication subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@param replicationSubnetGroupDescription The description of the replication subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                      The description of the replication subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationSubnetGroupIdentifier" : { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The identifier of the replication instance subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@return The identifier of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of the replication instance subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetGroupStatus" : { "beanStyleGetterMethodName" : "getSubnetGroupStatus", "beanStyleSetterMethodName" : "setSubnetGroupStatus", "c2jName" : "SubnetGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetGroupStatus(String)}.\n@param subnetGroupStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroupStatus(String)", "deprecated" : false, "documentation" : "

                                      The status of the subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupStatus", "fluentSetterDocumentation" : "

                                      The status of the subnet group.

                                      \n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroupStatus", "getterDocumentation" : "

                                      The status of the subnet group.

                                      \n@return The status of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetGroupStatus", "setterDocumentation" : "

                                      The status of the subnet group.

                                      \n@param subnetGroupStatus The status of the subnet group.", "setterMethodName" : "setSubnetGroupStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupStatus", "variableType" : "String", "documentation" : "

                                      The status of the subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Subnets" : { "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \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 #subnets(List)}.\n@param subnets 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 #subnets(List)", "deprecated" : false, "documentation" : "

                                      The subnets that are in the subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The subnets that are in the subnet group.", "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" : "Subnets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Subnet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subnet.Builder} avoiding the need to create one manually via {@link Subnet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subnet.Builder#build()} is called immediately and its result is passed to {@link #member(Subnet)}.\n@param member a consumer that will call methods on {@link Subnet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subnet)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Subnet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "variable" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subnet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subnet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Subnets", "setterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n@param subnets The subnets that are in the subnet group.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                      The subnets that are in the subnet group.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "VpcId" : { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The ID of the VPC.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "documentation" : "

                                      The ID of the VPC.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                      The ID of the VPC.

                                      \n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                      The ID of the VPC.

                                      \n@return The ID of the VPC.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VpcId", "setterDocumentation" : "

                                      The ID of the VPC.

                                      \n@param vpcId The ID of the VPC.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                      The ID of the VPC.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationSubnetGroupIdentifier", "beanStyleSetterMethodName" : "setReplicationSubnetGroupIdentifier", "c2jName" : "ReplicationSubnetGroupIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupIdentifier(String)}.\n@param replicationSubnetGroupIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The identifier of the replication instance subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupIdentifier", "fluentSetterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupIdentifier", "getterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@return The identifier of the replication instance subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupIdentifier", "setterDocumentation" : "

                                      The identifier of the replication instance subnet group.

                                      \n@param replicationSubnetGroupIdentifier The identifier of the replication instance subnet group.", "setterMethodName" : "setReplicationSubnetGroupIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupIdentifier", "variableType" : "String", "documentation" : "

                                      The identifier of the replication instance subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationSubnetGroupDescription", "beanStyleSetterMethodName" : "setReplicationSubnetGroupDescription", "c2jName" : "ReplicationSubnetGroupDescription", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The description of the replication subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationSubnetGroupDescription(String)}.\n@param replicationSubnetGroupDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationSubnetGroupDescription(String)", "deprecated" : false, "documentation" : "

                                      The description of the replication subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationSubnetGroupDescription", "fluentSetterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@param replicationSubnetGroupDescription The description of the replication subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationSubnetGroupDescription", "getterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@return The description of the replication subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationSubnetGroupDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationSubnetGroupDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationSubnetGroupDescription", "setterDocumentation" : "

                                      The description of the replication subnet group.

                                      \n@param replicationSubnetGroupDescription The description of the replication subnet group.", "setterMethodName" : "setReplicationSubnetGroupDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationSubnetGroupDescription", "variableType" : "String", "documentation" : "

                                      The description of the replication subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVpcId", "beanStyleSetterMethodName" : "setVpcId", "c2jName" : "VpcId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The ID of the VPC.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcId(String)}.\n@param vpcId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcId(String)", "deprecated" : false, "documentation" : "

                                      The ID of the VPC.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcId", "fluentSetterDocumentation" : "

                                      The ID of the VPC.

                                      \n@param vpcId The ID of the VPC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcId", "getterDocumentation" : "

                                      The ID of the VPC.

                                      \n@return The ID of the VPC.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VpcId", "setterDocumentation" : "

                                      The ID of the VPC.

                                      \n@param vpcId The ID of the VPC.", "setterMethodName" : "setVpcId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

                                      The ID of the VPC.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetGroupStatus", "beanStyleSetterMethodName" : "setSubnetGroupStatus", "c2jName" : "SubnetGroupStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The status of the subnet group.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetGroupStatus(String)}.\n@param subnetGroupStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetGroupStatus(String)", "deprecated" : false, "documentation" : "

                                      The status of the subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetGroupStatus", "fluentSetterDocumentation" : "

                                      The status of the subnet group.

                                      \n@param subnetGroupStatus The status of the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetGroupStatus", "getterDocumentation" : "

                                      The status of the subnet group.

                                      \n@return The status of the subnet group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetGroupStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetGroupStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetGroupStatus", "setterDocumentation" : "

                                      The status of the subnet group.

                                      \n@param subnetGroupStatus The status of the subnet group.", "setterMethodName" : "setSubnetGroupStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetGroupStatus", "variableType" : "String", "documentation" : "

                                      The status of the subnet group.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnets", "beanStyleSetterMethodName" : "setSubnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "defaultConsumerFluentSetterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \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 #subnets(List)}.\n@param subnets 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 #subnets(List)", "deprecated" : false, "documentation" : "

                                      The subnets that are in the subnet group.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnets", "fluentSetterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n@param subnets The subnets that are in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnets", "getterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The subnets that are in the subnet group.", "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" : "Subnets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subnets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Subnet", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subnet.Builder} avoiding the need to create one manually via {@link Subnet#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subnet.Builder#build()} is called immediately and its result is passed to {@link #member(Subnet)}.\n@param member a consumer that will call methods on {@link Subnet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subnet)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : 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" : "Subnet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "simple" : false, "variable" : { "variableDeclarationType" : "Subnet", "variableName" : "member", "variableType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subnet", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subnet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Subnets", "setterDocumentation" : "

                                      The subnets that are in the subnet group.

                                      \n@param subnets The subnets that are in the subnet group.", "setterMethodName" : "setSubnets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnets", "variableType" : "java.util.List", "documentation" : "

                                      The subnets that are in the subnet group.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationSubnetGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroup", "variableName" : "replicationSubnetGroup", "variableType" : "ReplicationSubnetGroup", "documentation" : null, "simpleType" : "ReplicationSubnetGroup", "variableSetterType" : "ReplicationSubnetGroup" }, "wrapper" : false }, "ReplicationSubnetGroupDoesNotCoverEnoughAZsException" : { "c2jName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZs", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

                                      ", "enums" : null, "errorCode" : "ReplicationSubnetGroupDoesNotCoverEnoughAZs", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "variableName" : "replicationSubnetGroupDoesNotCoverEnoughAZsException", "variableType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : null, "simpleType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException", "variableSetterType" : "ReplicationSubnetGroupDoesNotCoverEnoughAZsException" }, "wrapper" : false }, "ReplicationTask" : { "c2jName" : "ReplicationTask", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      The replication task identifier.

                                      Constraints:

                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                                      The replication task identifier.

                                      Constraints:

                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                      The replication task identifier.

                                      Constraints:

                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      \n@param replicationTaskIdentifier The replication task identifier.

                                      Constraints:

                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                      • First character must be a letter.

                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                                        The replication task identifier.

                                        Constraints:

                                        • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                        • First character must be a letter.

                                        • Cannot end with a hyphen or contain two consecutive hyphens.

                                        \n@return The replication task identifier.

                                        Constraints:

                                        • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                        • First character must be a letter.

                                        • Cannot end with a hyphen or contain two consecutive hyphens.

                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                                          The replication task identifier.

                                          Constraints:

                                          • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                          • First character must be a letter.

                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                          \n@param replicationTaskIdentifier The replication task identifier.

                                          Constraints:

                                          • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                          • First character must be a letter.

                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                          • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                            The replication task identifier.

                                            Constraints:

                                            • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                            • First character must be a letter.

                                            • Cannot end with a hyphen or contain two consecutive hyphens.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceEndpointArn", "beanStyleSetterMethodName" : "setSourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceEndpointArn(String)}.\n@param sourceEndpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceEndpointArn(String)", "deprecated" : false, "documentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceEndpointArn", "fluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceEndpointArn", "getterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceEndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceEndpointArn", "setterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetEndpointArn(String)}.\n@param targetEndpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetEndpointArn(String)", "deprecated" : false, "documentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "targetEndpointArn", "fluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetEndpointArn", "getterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetEndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetEndpointArn", "setterDocumentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

                                            The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                            The type of migration.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTypeString(String)}.\n@param migrationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationType(String)", "deprecated" : false, "documentation" : "

                                            The type of migration.

                                            ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

                                            The type of migration.

                                            \n@param migrationType The type of migration.\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

                                            The type of migration.

                                            \n

                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #migrationType} will return {@link MigrationTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #migrationTypeString}.\n

                                            \n@return The type of migration.\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

                                            The type of migration.

                                            \n@param migrationType The type of migration.\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                                            The type of migration.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            Table mappings specified in the task.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableMappings(String)}.\n@param tableMappings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableMappings(String)", "deprecated" : false, "documentation" : "

                                            Table mappings specified in the task.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

                                            Table mappings specified in the task.

                                            \n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                                            Table mappings specified in the task.

                                            \n@return Table mappings specified in the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

                                            Table mappings specified in the task.

                                            \n@param tableMappings Table mappings specified in the task.", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                                            Table mappings specified in the task.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The settings for the replication 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 #replicationTaskSettings(String)}.\n@param replicationTaskSettings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskSettings(String)", "deprecated" : false, "documentation" : "

                                            The settings for the replication task.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

                                            The settings for the replication task.

                                            \n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                                            The settings for the replication task.

                                            \n@return The settings for the replication 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" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

                                            The settings for the replication task.

                                            \n@param replicationTaskSettings The settings for the replication task.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                                            The settings for the replication task.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The status of the replication 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 #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                            The status of the replication task.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                            The status of the replication task.

                                            \n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                            The status of the replication task.

                                            \n@return The status of the replication 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" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                            The status of the replication task.

                                            \n@param status The status of the replication task.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                            The status of the replication task.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)", "deprecated" : false, "documentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \n@return The last error (failure) message generated for the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \n@param lastFailureMessage The last error (failure) message generated for the replication instance.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopReason", "beanStyleSetterMethodName" : "setStopReason", "c2jName" : "StopReason", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The reason the replication task was stopped.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stopReason(String)}.\n@param stopReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopReason(String)", "deprecated" : false, "documentation" : "

                                            The reason the replication task was stopped.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "stopReason", "fluentSetterDocumentation" : "

                                            The reason the replication task was stopped.

                                            \n@param stopReason The reason the replication task was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopReason", "getterDocumentation" : "

                                            The reason the replication task was stopped.

                                            \n@return The reason the replication task was stopped.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StopReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StopReason", "setterDocumentation" : "

                                            The reason the replication task was stopped.

                                            \n@param stopReason The reason the replication task was stopped.", "setterMethodName" : "setStopReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stopReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "stopReason", "variableType" : "String", "documentation" : "

                                            The reason the replication task was stopped.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskCreationDate", "beanStyleSetterMethodName" : "setReplicationTaskCreationDate", "c2jName" : "ReplicationTaskCreationDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                            The date the replication task was created.

                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskCreationDate(Instant)}.\n@param replicationTaskCreationDate 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 #replicationTaskCreationDate(Instant)", "deprecated" : false, "documentation" : "

                                            The date the replication task was created.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskCreationDate", "fluentSetterDocumentation" : "

                                            The date the replication task was created.

                                            \n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskCreationDate", "getterDocumentation" : "

                                            The date the replication task was created.

                                            \n@return The date the replication task was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskCreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskCreationDate", "setterDocumentation" : "

                                            The date the replication task was created.

                                            \n@param replicationTaskCreationDate The date the replication task was created.", "setterMethodName" : "setReplicationTaskCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskCreationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskCreationDate", "variableType" : "java.time.Instant", "documentation" : "

                                            The date the replication task was created.

                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskStartDate", "beanStyleSetterMethodName" : "setReplicationTaskStartDate", "c2jName" : "ReplicationTaskStartDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                            The date the replication task is scheduled to start.

                                            \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 #replicationTaskStartDate(Instant)}.\n@param replicationTaskStartDate 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 #replicationTaskStartDate(Instant)", "deprecated" : false, "documentation" : "

                                            The date the replication task is scheduled to start.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskStartDate", "fluentSetterDocumentation" : "

                                            The date the replication task is scheduled to start.

                                            \n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskStartDate", "getterDocumentation" : "

                                            The date the replication task is scheduled to start.

                                            \n@return The date the replication task is scheduled to start.", "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" : "ReplicationTaskStartDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskStartDate", "setterDocumentation" : "

                                            The date the replication task is scheduled to start.

                                            \n@param replicationTaskStartDate The date the replication task is scheduled to start.", "setterMethodName" : "setReplicationTaskStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskStartDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskStartDate", "variableType" : "java.time.Instant", "documentation" : "

                                            The date the replication task is scheduled to start.

                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskStats", "beanStyleSetterMethodName" : "setReplicationTaskStats", "c2jName" : "ReplicationTaskStats", "c2jShape" : "ReplicationTaskStats", "defaultConsumerFluentSetterDocumentation" : "

                                            The statistics for the task, including elapsed time, tables loaded, and table errors.

                                            \nThis is a convenience that creates an instance of the {@link ReplicationTaskStats.Builder} avoiding the need to create one manually via {@link ReplicationTaskStats#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTaskStats.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskStats(ReplicationTaskStats)}.\n@param replicationTaskStats a consumer that will call methods on {@link ReplicationTaskStats.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskStats(ReplicationTaskStats)", "deprecated" : false, "documentation" : "

                                            The statistics for the task, including elapsed time, tables loaded, and table errors.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskStats", "fluentSetterDocumentation" : "

                                            The statistics for the task, including elapsed time, tables loaded, and table errors.

                                            \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskStats", "getterDocumentation" : "

                                            The statistics for the task, including elapsed time, tables loaded, and table errors.

                                            \n@return The statistics for the task, including elapsed time, tables loaded, and table errors.", "getterModel" : { "returnType" : "ReplicationTaskStats", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskStats", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTaskStats", "setterDocumentation" : "

                                            The statistics for the task, including elapsed time, tables loaded, and table errors.

                                            \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.", "setterMethodName" : "setReplicationTaskStats", "setterModel" : { "variableDeclarationType" : "ReplicationTaskStats", "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "documentation" : null, "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTaskStats", "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "documentation" : "

                                            The statistics for the task, including elapsed time, tables loaded, and table errors.

                                            ", "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastFailureMessage" : { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)", "deprecated" : false, "documentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \n@return The last error (failure) message generated for the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            \n@param lastFailureMessage The last error (failure) message generated for the replication instance.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

                                            The last error (failure) message generated for the replication instance.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MigrationType" : { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                            The type of migration.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTypeString(String)}.\n@param migrationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationType(String)", "deprecated" : false, "documentation" : "

                                            The type of migration.

                                            ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

                                            The type of migration.

                                            \n@param migrationType The type of migration.\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

                                            The type of migration.

                                            \n

                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #migrationType} will return {@link MigrationTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #migrationTypeString}.\n

                                            \n@return The type of migration.\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

                                            The type of migration.

                                            \n@param migrationType The type of migration.\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                                            The type of migration.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication instance.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                            The Amazon Resource Name (ARN) of the replication task.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskCreationDate" : { "beanStyleGetterMethodName" : "getReplicationTaskCreationDate", "beanStyleSetterMethodName" : "setReplicationTaskCreationDate", "c2jName" : "ReplicationTaskCreationDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                            The date the replication task was created.

                                            \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskCreationDate(Instant)}.\n@param replicationTaskCreationDate 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 #replicationTaskCreationDate(Instant)", "deprecated" : false, "documentation" : "

                                            The date the replication task was created.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskCreationDate", "fluentSetterDocumentation" : "

                                            The date the replication task was created.

                                            \n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskCreationDate", "getterDocumentation" : "

                                            The date the replication task was created.

                                            \n@return The date the replication task was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskCreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskCreationDate", "setterDocumentation" : "

                                            The date the replication task was created.

                                            \n@param replicationTaskCreationDate The date the replication task was created.", "setterMethodName" : "setReplicationTaskCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskCreationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskCreationDate", "variableType" : "java.time.Instant", "documentation" : "

                                            The date the replication task was created.

                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ReplicationTaskIdentifier" : { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            The replication task identifier.

                                            Constraints:

                                            • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                            • First character must be a letter.

                                            • Cannot end with a hyphen or contain two consecutive hyphens.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                                            The replication task identifier.

                                            Constraints:

                                            • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                            • First character must be a letter.

                                            • Cannot end with a hyphen or contain two consecutive hyphens.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                            The replication task identifier.

                                            Constraints:

                                            • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                            • First character must be a letter.

                                            • Cannot end with a hyphen or contain two consecutive hyphens.

                                            \n@param replicationTaskIdentifier The replication task identifier.

                                            Constraints:

                                            • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                            • First character must be a letter.

                                            • Cannot end with a hyphen or contain two consecutive hyphens.

                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                                              The replication task identifier.

                                              Constraints:

                                              • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                              • First character must be a letter.

                                              • Cannot end with a hyphen or contain two consecutive hyphens.

                                              \n@return The replication task identifier.

                                              Constraints:

                                              • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                              • First character must be a letter.

                                              • Cannot end with a hyphen or contain two consecutive hyphens.

                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                                                The replication task identifier.

                                                Constraints:

                                                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                • First character must be a letter.

                                                • Cannot end with a hyphen or contain two consecutive hyphens.

                                                \n@param replicationTaskIdentifier The replication task identifier.

                                                Constraints:

                                                • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                • First character must be a letter.

                                                • Cannot end with a hyphen or contain two consecutive hyphens.

                                                • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                  The replication task identifier.

                                                  Constraints:

                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                  • First character must be a letter.

                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskSettings" : { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The settings for the replication 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 #replicationTaskSettings(String)}.\n@param replicationTaskSettings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskSettings(String)", "deprecated" : false, "documentation" : "

                                                  The settings for the replication task.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

                                                  The settings for the replication task.

                                                  \n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                                                  The settings for the replication task.

                                                  \n@return The settings for the replication 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" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

                                                  The settings for the replication task.

                                                  \n@param replicationTaskSettings The settings for the replication task.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                                                  The settings for the replication task.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskStartDate" : { "beanStyleGetterMethodName" : "getReplicationTaskStartDate", "beanStyleSetterMethodName" : "setReplicationTaskStartDate", "c2jName" : "ReplicationTaskStartDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                  The date the replication task is scheduled to start.

                                                  \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 #replicationTaskStartDate(Instant)}.\n@param replicationTaskStartDate 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 #replicationTaskStartDate(Instant)", "deprecated" : false, "documentation" : "

                                                  The date the replication task is scheduled to start.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskStartDate", "fluentSetterDocumentation" : "

                                                  The date the replication task is scheduled to start.

                                                  \n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskStartDate", "getterDocumentation" : "

                                                  The date the replication task is scheduled to start.

                                                  \n@return The date the replication task is scheduled to start.", "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" : "ReplicationTaskStartDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskStartDate", "setterDocumentation" : "

                                                  The date the replication task is scheduled to start.

                                                  \n@param replicationTaskStartDate The date the replication task is scheduled to start.", "setterMethodName" : "setReplicationTaskStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskStartDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskStartDate", "variableType" : "java.time.Instant", "documentation" : "

                                                  The date the replication task is scheduled to start.

                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ReplicationTaskStats" : { "beanStyleGetterMethodName" : "getReplicationTaskStats", "beanStyleSetterMethodName" : "setReplicationTaskStats", "c2jName" : "ReplicationTaskStats", "c2jShape" : "ReplicationTaskStats", "defaultConsumerFluentSetterDocumentation" : "

                                                  The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                  \nThis is a convenience that creates an instance of the {@link ReplicationTaskStats.Builder} avoiding the need to create one manually via {@link ReplicationTaskStats#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTaskStats.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskStats(ReplicationTaskStats)}.\n@param replicationTaskStats a consumer that will call methods on {@link ReplicationTaskStats.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskStats(ReplicationTaskStats)", "deprecated" : false, "documentation" : "

                                                  The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskStats", "fluentSetterDocumentation" : "

                                                  The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                  \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskStats", "getterDocumentation" : "

                                                  The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                  \n@return The statistics for the task, including elapsed time, tables loaded, and table errors.", "getterModel" : { "returnType" : "ReplicationTaskStats", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskStats", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTaskStats", "setterDocumentation" : "

                                                  The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                  \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.", "setterMethodName" : "setReplicationTaskStats", "setterModel" : { "variableDeclarationType" : "ReplicationTaskStats", "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "documentation" : null, "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTaskStats", "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "documentation" : "

                                                  The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                  ", "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "xmlNameSpaceUri" : null }, "SourceEndpointArn" : { "beanStyleGetterMethodName" : "getSourceEndpointArn", "beanStyleSetterMethodName" : "setSourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceEndpointArn(String)}.\n@param sourceEndpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceEndpointArn(String)", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceEndpointArn", "fluentSetterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceEndpointArn", "getterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceEndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceEndpointArn", "setterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The status of the replication 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 #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                  The status of the replication task.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                  The status of the replication task.

                                                  \n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                  The status of the replication task.

                                                  \n@return The status of the replication 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" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                  The status of the replication task.

                                                  \n@param status The status of the replication task.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                  The status of the replication task.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StopReason" : { "beanStyleGetterMethodName" : "getStopReason", "beanStyleSetterMethodName" : "setStopReason", "c2jName" : "StopReason", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The reason the replication task was stopped.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stopReason(String)}.\n@param stopReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopReason(String)", "deprecated" : false, "documentation" : "

                                                  The reason the replication task was stopped.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "stopReason", "fluentSetterDocumentation" : "

                                                  The reason the replication task was stopped.

                                                  \n@param stopReason The reason the replication task was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopReason", "getterDocumentation" : "

                                                  The reason the replication task was stopped.

                                                  \n@return The reason the replication task was stopped.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StopReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StopReason", "setterDocumentation" : "

                                                  The reason the replication task was stopped.

                                                  \n@param stopReason The reason the replication task was stopped.", "setterMethodName" : "setStopReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stopReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "stopReason", "variableType" : "String", "documentation" : "

                                                  The reason the replication task was stopped.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableMappings" : { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  Table mappings specified in the task.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableMappings(String)}.\n@param tableMappings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableMappings(String)", "deprecated" : false, "documentation" : "

                                                  Table mappings specified in the task.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

                                                  Table mappings specified in the task.

                                                  \n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                                                  Table mappings specified in the task.

                                                  \n@return Table mappings specified in the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

                                                  Table mappings specified in the task.

                                                  \n@param tableMappings Table mappings specified in the task.", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                                                  Table mappings specified in the task.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetEndpointArn" : { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetEndpointArn(String)}.\n@param targetEndpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetEndpointArn(String)", "deprecated" : false, "documentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "targetEndpointArn", "fluentSetterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetEndpointArn", "getterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetEndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetEndpointArn", "setterDocumentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  The replication task identifier.

                                                  Constraints:

                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                  • First character must be a letter.

                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                                                  The replication task identifier.

                                                  Constraints:

                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                  • First character must be a letter.

                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                                  The replication task identifier.

                                                  Constraints:

                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                  • First character must be a letter.

                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                  \n@param replicationTaskIdentifier The replication task identifier.

                                                  Constraints:

                                                  • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                  • First character must be a letter.

                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                                                    The replication task identifier.

                                                    Constraints:

                                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                    • First character must be a letter.

                                                    • Cannot end with a hyphen or contain two consecutive hyphens.

                                                    \n@return The replication task identifier.

                                                    Constraints:

                                                    • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                    • First character must be a letter.

                                                    • Cannot end with a hyphen or contain two consecutive hyphens.

                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                                                      The replication task identifier.

                                                      Constraints:

                                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                      • First character must be a letter.

                                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                                      \n@param replicationTaskIdentifier The replication task identifier.

                                                      Constraints:

                                                      • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                      • First character must be a letter.

                                                      • Cannot end with a hyphen or contain two consecutive hyphens.

                                                      • ", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                        The replication task identifier.

                                                        Constraints:

                                                        • Must contain from 1 to 255 alphanumeric characters or hyphens.

                                                        • First character must be a letter.

                                                        • Cannot end with a hyphen or contain two consecutive hyphens.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceEndpointArn", "beanStyleSetterMethodName" : "setSourceEndpointArn", "c2jName" : "SourceEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceEndpointArn(String)}.\n@param sourceEndpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceEndpointArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "sourceEndpointArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceEndpointArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceEndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceEndpointArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \n@param sourceEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setSourceEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceEndpointArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetEndpointArn", "beanStyleSetterMethodName" : "setTargetEndpointArn", "c2jName" : "TargetEndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetEndpointArn(String)}.\n@param targetEndpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetEndpointArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "targetEndpointArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetEndpointArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetEndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetEndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetEndpointArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        \n@param targetEndpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setTargetEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetEndpointArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication instance.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMigrationType", "beanStyleSetterMethodName" : "setMigrationType", "c2jName" : "MigrationType", "c2jShape" : "MigrationTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of migration.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #migrationTypeString(String)}.\n@param migrationType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #migrationType(String)", "deprecated" : false, "documentation" : "

                                                        The type of migration.

                                                        ", "enumType" : "MigrationTypeValue", "fluentEnumGetterMethodName" : "migrationType", "fluentGetterMethodName" : "migrationTypeString", "fluentSetterDocumentation" : "

                                                        The type of migration.

                                                        \n@param migrationType The type of migration.\n@see MigrationTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see MigrationTypeValue", "fluentSetterMethodName" : "migrationType", "getterDocumentation" : "

                                                        The type of migration.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #migrationType} will return {@link MigrationTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #migrationTypeString}.\n

                                                        \n@return The type of migration.\n@see MigrationTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MigrationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MigrationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MigrationType", "setterDocumentation" : "

                                                        The type of migration.

                                                        \n@param migrationType The type of migration.\n@see MigrationTypeValue", "setterMethodName" : "setMigrationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "migrationType", "variableType" : "String", "documentation" : "

                                                        The type of migration.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableMappings", "beanStyleSetterMethodName" : "setTableMappings", "c2jName" : "TableMappings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        Table mappings specified in the task.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableMappings(String)}.\n@param tableMappings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableMappings(String)", "deprecated" : false, "documentation" : "

                                                        Table mappings specified in the task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableMappings", "fluentSetterDocumentation" : "

                                                        Table mappings specified in the task.

                                                        \n@param tableMappings Table mappings specified in the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableMappings", "getterDocumentation" : "

                                                        Table mappings specified in the task.

                                                        \n@return Table mappings specified in the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableMappings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMappings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableMappings", "setterDocumentation" : "

                                                        Table mappings specified in the task.

                                                        \n@param tableMappings Table mappings specified in the task.", "setterMethodName" : "setTableMappings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableMappings", "variableType" : "String", "documentation" : "

                                                        Table mappings specified in the task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskSettings", "beanStyleSetterMethodName" : "setReplicationTaskSettings", "c2jName" : "ReplicationTaskSettings", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The settings for the replication 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 #replicationTaskSettings(String)}.\n@param replicationTaskSettings a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskSettings(String)", "deprecated" : false, "documentation" : "

                                                        The settings for the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskSettings", "fluentSetterDocumentation" : "

                                                        The settings for the replication task.

                                                        \n@param replicationTaskSettings The settings for the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskSettings", "getterDocumentation" : "

                                                        The settings for the replication task.

                                                        \n@return The settings for the replication 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" : "ReplicationTaskSettings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskSettings", "setterDocumentation" : "

                                                        The settings for the replication task.

                                                        \n@param replicationTaskSettings The settings for the replication task.", "setterMethodName" : "setReplicationTaskSettings", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskSettings", "variableType" : "String", "documentation" : "

                                                        The settings for the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of the replication 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 #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                        The status of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                        The status of the replication task.

                                                        \n@param status The status of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                        The status of the replication task.

                                                        \n@return The status of the replication 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" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                        The status of the replication task.

                                                        \n@param status The status of the replication task.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                        The status of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastFailureMessage", "beanStyleSetterMethodName" : "setLastFailureMessage", "c2jName" : "LastFailureMessage", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The last error (failure) message generated for the replication instance.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #lastFailureMessage(String)}.\n@param lastFailureMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastFailureMessage(String)", "deprecated" : false, "documentation" : "

                                                        The last error (failure) message generated for the replication instance.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastFailureMessage", "fluentSetterDocumentation" : "

                                                        The last error (failure) message generated for the replication instance.

                                                        \n@param lastFailureMessage The last error (failure) message generated for the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastFailureMessage", "getterDocumentation" : "

                                                        The last error (failure) message generated for the replication instance.

                                                        \n@return The last error (failure) message generated for the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastFailureMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastFailureMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LastFailureMessage", "setterDocumentation" : "

                                                        The last error (failure) message generated for the replication instance.

                                                        \n@param lastFailureMessage The last error (failure) message generated for the replication instance.", "setterMethodName" : "setLastFailureMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "lastFailureMessage", "variableType" : "String", "documentation" : "

                                                        The last error (failure) message generated for the replication instance.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopReason", "beanStyleSetterMethodName" : "setStopReason", "c2jName" : "StopReason", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The reason the replication task was stopped.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stopReason(String)}.\n@param stopReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stopReason(String)", "deprecated" : false, "documentation" : "

                                                        The reason the replication task was stopped.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "stopReason", "fluentSetterDocumentation" : "

                                                        The reason the replication task was stopped.

                                                        \n@param stopReason The reason the replication task was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopReason", "getterDocumentation" : "

                                                        The reason the replication task was stopped.

                                                        \n@return The reason the replication task was stopped.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StopReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StopReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StopReason", "setterDocumentation" : "

                                                        The reason the replication task was stopped.

                                                        \n@param stopReason The reason the replication task was stopped.", "setterMethodName" : "setStopReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stopReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "stopReason", "variableType" : "String", "documentation" : "

                                                        The reason the replication task was stopped.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskCreationDate", "beanStyleSetterMethodName" : "setReplicationTaskCreationDate", "c2jName" : "ReplicationTaskCreationDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the replication task was created.

                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskCreationDate(Instant)}.\n@param replicationTaskCreationDate 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 #replicationTaskCreationDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the replication task was created.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskCreationDate", "fluentSetterDocumentation" : "

                                                        The date the replication task was created.

                                                        \n@param replicationTaskCreationDate The date the replication task was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskCreationDate", "getterDocumentation" : "

                                                        The date the replication task was created.

                                                        \n@return The date the replication task was created.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskCreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskCreationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskCreationDate", "setterDocumentation" : "

                                                        The date the replication task was created.

                                                        \n@param replicationTaskCreationDate The date the replication task was created.", "setterMethodName" : "setReplicationTaskCreationDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskCreationDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskCreationDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the replication task was created.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskStartDate", "beanStyleSetterMethodName" : "setReplicationTaskStartDate", "c2jName" : "ReplicationTaskStartDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the replication task is scheduled to start.

                                                        \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 #replicationTaskStartDate(Instant)}.\n@param replicationTaskStartDate 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 #replicationTaskStartDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the replication task is scheduled to start.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskStartDate", "fluentSetterDocumentation" : "

                                                        The date the replication task is scheduled to start.

                                                        \n@param replicationTaskStartDate The date the replication task is scheduled to start.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskStartDate", "getterDocumentation" : "

                                                        The date the replication task is scheduled to start.

                                                        \n@return The date the replication task is scheduled to start.", "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" : "ReplicationTaskStartDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStartDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskStartDate", "setterDocumentation" : "

                                                        The date the replication task is scheduled to start.

                                                        \n@param replicationTaskStartDate The date the replication task is scheduled to start.", "setterMethodName" : "setReplicationTaskStartDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskStartDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskStartDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the replication task is scheduled to start.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskStats", "beanStyleSetterMethodName" : "setReplicationTaskStats", "c2jName" : "ReplicationTaskStats", "c2jShape" : "ReplicationTaskStats", "defaultConsumerFluentSetterDocumentation" : "

                                                        The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTaskStats.Builder} avoiding the need to create one manually via {@link ReplicationTaskStats#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTaskStats.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskStats(ReplicationTaskStats)}.\n@param replicationTaskStats a consumer that will call methods on {@link ReplicationTaskStats.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskStats(ReplicationTaskStats)", "deprecated" : false, "documentation" : "

                                                        The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskStats", "fluentSetterDocumentation" : "

                                                        The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                        \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskStats", "getterDocumentation" : "

                                                        The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                        \n@return The statistics for the task, including elapsed time, tables loaded, and table errors.", "getterModel" : { "returnType" : "ReplicationTaskStats", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskStats", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskStats", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTaskStats", "setterDocumentation" : "

                                                        The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                        \n@param replicationTaskStats The statistics for the task, including elapsed time, tables loaded, and table errors.", "setterMethodName" : "setReplicationTaskStats", "setterModel" : { "variableDeclarationType" : "ReplicationTaskStats", "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "documentation" : null, "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTaskStats", "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "documentation" : "

                                                        The statistics for the task, including elapsed time, tables loaded, and table errors.

                                                        ", "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationTask", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "wrapper" : false }, "ReplicationTaskAssessmentResult" : { "c2jName" : "ReplicationTaskAssessmentResult", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The task assessment report in JSON format.

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@param replicationTaskIdentifier The replication task identifier of the task on which the task assessment was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@return The replication task identifier of the task on which the task assessment was run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@param replicationTaskIdentifier The replication task identifier of the task on which the task assessment was run.", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskLastAssessmentDate", "beanStyleSetterMethodName" : "setReplicationTaskLastAssessmentDate", "c2jName" : "ReplicationTaskLastAssessmentDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \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 #replicationTaskLastAssessmentDate(Instant)}.\n@param replicationTaskLastAssessmentDate 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 #replicationTaskLastAssessmentDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the task assessment was completed.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskLastAssessmentDate", "fluentSetterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@param replicationTaskLastAssessmentDate The date the task assessment was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskLastAssessmentDate", "getterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@return The date the task assessment was completed.", "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" : "ReplicationTaskLastAssessmentDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskLastAssessmentDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskLastAssessmentDate", "setterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@param replicationTaskLastAssessmentDate The date the task assessment was completed.", "setterMethodName" : "setReplicationTaskLastAssessmentDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskLastAssessmentDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskLastAssessmentDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the task assessment was completed.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAssessmentStatus", "beanStyleSetterMethodName" : "setAssessmentStatus", "c2jName" : "AssessmentStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of the task assessment.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentStatus(String)}.\n@param assessmentStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of the task assessment.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentStatus", "fluentSetterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@param assessmentStatus The status of the task assessment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentStatus", "getterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@return The status of the task assessment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentStatus", "setterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@param assessmentStatus The status of the task assessment.", "setterMethodName" : "setAssessmentStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentStatus", "variableType" : "String", "documentation" : "

                                                        The status of the task assessment.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAssessmentResultsFile", "beanStyleSetterMethodName" : "setAssessmentResultsFile", "c2jName" : "AssessmentResultsFile", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentResultsFile(String)}.\n@param assessmentResultsFile a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentResultsFile(String)", "deprecated" : false, "documentation" : "

                                                        The file containing the results of the task assessment.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentResultsFile", "fluentSetterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@param assessmentResultsFile The file containing the results of the task assessment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentResultsFile", "getterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@return The file containing the results of the task assessment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentResultsFile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResultsFile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentResultsFile", "setterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@param assessmentResultsFile The file containing the results of the task assessment.", "setterMethodName" : "setAssessmentResultsFile", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentResultsFile", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentResultsFile", "variableType" : "String", "documentation" : "

                                                        The file containing the results of the task assessment.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAssessmentResults", "beanStyleSetterMethodName" : "setAssessmentResults", "c2jName" : "AssessmentResults", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentResults(String)}.\n@param assessmentResults a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentResults(String)", "deprecated" : false, "documentation" : "

                                                        The task assessment results in JSON format.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentResults", "fluentSetterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@param assessmentResults The task assessment results in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentResults", "getterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@return The task assessment results in JSON format.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentResults", "setterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@param assessmentResults The task assessment results in JSON format.", "setterMethodName" : "setAssessmentResults", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentResults", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentResults", "variableType" : "String", "documentation" : "

                                                        The task assessment results in JSON format.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ObjectUrl", "beanStyleSetterMethodName" : "setS3ObjectUrl", "c2jName" : "S3ObjectUrl", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3ObjectUrl(String)}.\n@param s3ObjectUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ObjectUrl(String)", "deprecated" : false, "documentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ObjectUrl", "fluentSetterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@param s3ObjectUrl The URL of the S3 object containing the task assessment results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ObjectUrl", "getterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@return The URL of the S3 object containing the task assessment results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ObjectUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "S3ObjectUrl", "setterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@param s3ObjectUrl The URL of the S3 object containing the task assessment results.", "setterMethodName" : "setS3ObjectUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectUrl", "variableType" : "String", "documentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AssessmentResults" : { "beanStyleGetterMethodName" : "getAssessmentResults", "beanStyleSetterMethodName" : "setAssessmentResults", "c2jName" : "AssessmentResults", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentResults(String)}.\n@param assessmentResults a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentResults(String)", "deprecated" : false, "documentation" : "

                                                        The task assessment results in JSON format.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentResults", "fluentSetterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@param assessmentResults The task assessment results in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentResults", "getterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@return The task assessment results in JSON format.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentResults", "setterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@param assessmentResults The task assessment results in JSON format.", "setterMethodName" : "setAssessmentResults", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentResults", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentResults", "variableType" : "String", "documentation" : "

                                                        The task assessment results in JSON format.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AssessmentResultsFile" : { "beanStyleGetterMethodName" : "getAssessmentResultsFile", "beanStyleSetterMethodName" : "setAssessmentResultsFile", "c2jName" : "AssessmentResultsFile", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentResultsFile(String)}.\n@param assessmentResultsFile a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentResultsFile(String)", "deprecated" : false, "documentation" : "

                                                        The file containing the results of the task assessment.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentResultsFile", "fluentSetterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@param assessmentResultsFile The file containing the results of the task assessment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentResultsFile", "getterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@return The file containing the results of the task assessment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentResultsFile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResultsFile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentResultsFile", "setterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@param assessmentResultsFile The file containing the results of the task assessment.", "setterMethodName" : "setAssessmentResultsFile", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentResultsFile", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentResultsFile", "variableType" : "String", "documentation" : "

                                                        The file containing the results of the task assessment.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AssessmentStatus" : { "beanStyleGetterMethodName" : "getAssessmentStatus", "beanStyleSetterMethodName" : "setAssessmentStatus", "c2jName" : "AssessmentStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of the task assessment.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentStatus(String)}.\n@param assessmentStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of the task assessment.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentStatus", "fluentSetterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@param assessmentStatus The status of the task assessment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentStatus", "getterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@return The status of the task assessment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentStatus", "setterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@param assessmentStatus The status of the task assessment.", "setterMethodName" : "setAssessmentStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentStatus", "variableType" : "String", "documentation" : "

                                                        The status of the task assessment.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskIdentifier" : { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@param replicationTaskIdentifier The replication task identifier of the task on which the task assessment was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@return The replication task identifier of the task on which the task assessment was run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@param replicationTaskIdentifier The replication task identifier of the task on which the task assessment was run.", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationTaskLastAssessmentDate" : { "beanStyleGetterMethodName" : "getReplicationTaskLastAssessmentDate", "beanStyleSetterMethodName" : "setReplicationTaskLastAssessmentDate", "c2jName" : "ReplicationTaskLastAssessmentDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \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 #replicationTaskLastAssessmentDate(Instant)}.\n@param replicationTaskLastAssessmentDate 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 #replicationTaskLastAssessmentDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the task assessment was completed.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskLastAssessmentDate", "fluentSetterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@param replicationTaskLastAssessmentDate The date the task assessment was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskLastAssessmentDate", "getterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@return The date the task assessment was completed.", "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" : "ReplicationTaskLastAssessmentDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskLastAssessmentDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskLastAssessmentDate", "setterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@param replicationTaskLastAssessmentDate The date the task assessment was completed.", "setterMethodName" : "setReplicationTaskLastAssessmentDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskLastAssessmentDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskLastAssessmentDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the task assessment was completed.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "S3ObjectUrl" : { "beanStyleGetterMethodName" : "getS3ObjectUrl", "beanStyleSetterMethodName" : "setS3ObjectUrl", "c2jName" : "S3ObjectUrl", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3ObjectUrl(String)}.\n@param s3ObjectUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ObjectUrl(String)", "deprecated" : false, "documentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ObjectUrl", "fluentSetterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@param s3ObjectUrl The URL of the S3 object containing the task assessment results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ObjectUrl", "getterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@return The URL of the S3 object containing the task assessment results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ObjectUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "S3ObjectUrl", "setterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@param s3ObjectUrl The URL of the S3 object containing the task assessment results.", "setterMethodName" : "setS3ObjectUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectUrl", "variableType" : "String", "documentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskIdentifier", "beanStyleSetterMethodName" : "setReplicationTaskIdentifier", "c2jName" : "ReplicationTaskIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskIdentifier(String)}.\n@param replicationTaskIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskIdentifier(String)", "deprecated" : false, "documentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskIdentifier", "fluentSetterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@param replicationTaskIdentifier The replication task identifier of the task on which the task assessment was run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskIdentifier", "getterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@return The replication task identifier of the task on which the task assessment was run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskIdentifier", "setterDocumentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        \n@param replicationTaskIdentifier The replication task identifier of the task on which the task assessment was run.", "setterMethodName" : "setReplicationTaskIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskIdentifier", "variableType" : "String", "documentation" : "

                                                        The replication task identifier of the task on which the task assessment was run.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReplicationTaskLastAssessmentDate", "beanStyleSetterMethodName" : "setReplicationTaskLastAssessmentDate", "c2jName" : "ReplicationTaskLastAssessmentDate", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \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 #replicationTaskLastAssessmentDate(Instant)}.\n@param replicationTaskLastAssessmentDate 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 #replicationTaskLastAssessmentDate(Instant)", "deprecated" : false, "documentation" : "

                                                        The date the task assessment was completed.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskLastAssessmentDate", "fluentSetterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@param replicationTaskLastAssessmentDate The date the task assessment was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskLastAssessmentDate", "getterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@return The date the task assessment was completed.", "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" : "ReplicationTaskLastAssessmentDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskLastAssessmentDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ReplicationTaskLastAssessmentDate", "setterDocumentation" : "

                                                        The date the task assessment was completed.

                                                        \n@param replicationTaskLastAssessmentDate The date the task assessment was completed.", "setterMethodName" : "setReplicationTaskLastAssessmentDate", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskLastAssessmentDate", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "replicationTaskLastAssessmentDate", "variableType" : "java.time.Instant", "documentation" : "

                                                        The date the task assessment was completed.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAssessmentStatus", "beanStyleSetterMethodName" : "setAssessmentStatus", "c2jName" : "AssessmentStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of the task assessment.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentStatus(String)}.\n@param assessmentStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of the task assessment.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentStatus", "fluentSetterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@param assessmentStatus The status of the task assessment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentStatus", "getterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@return The status of the task assessment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentStatus", "setterDocumentation" : "

                                                        The status of the task assessment.

                                                        \n@param assessmentStatus The status of the task assessment.", "setterMethodName" : "setAssessmentStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentStatus", "variableType" : "String", "documentation" : "

                                                        The status of the task assessment.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAssessmentResultsFile", "beanStyleSetterMethodName" : "setAssessmentResultsFile", "c2jName" : "AssessmentResultsFile", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentResultsFile(String)}.\n@param assessmentResultsFile a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentResultsFile(String)", "deprecated" : false, "documentation" : "

                                                        The file containing the results of the task assessment.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentResultsFile", "fluentSetterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@param assessmentResultsFile The file containing the results of the task assessment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentResultsFile", "getterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@return The file containing the results of the task assessment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentResultsFile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResultsFile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentResultsFile", "setterDocumentation" : "

                                                        The file containing the results of the task assessment.

                                                        \n@param assessmentResultsFile The file containing the results of the task assessment.", "setterMethodName" : "setAssessmentResultsFile", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentResultsFile", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentResultsFile", "variableType" : "String", "documentation" : "

                                                        The file containing the results of the task assessment.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAssessmentResults", "beanStyleSetterMethodName" : "setAssessmentResults", "c2jName" : "AssessmentResults", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #assessmentResults(String)}.\n@param assessmentResults a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #assessmentResults(String)", "deprecated" : false, "documentation" : "

                                                        The task assessment results in JSON format.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "assessmentResults", "fluentSetterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@param assessmentResults The task assessment results in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "assessmentResults", "getterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@return The task assessment results in JSON format.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AssessmentResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AssessmentResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AssessmentResults", "setterDocumentation" : "

                                                        The task assessment results in JSON format.

                                                        \n@param assessmentResults The task assessment results in JSON format.", "setterMethodName" : "setAssessmentResults", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "assessmentResults", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "assessmentResults", "variableType" : "String", "documentation" : "

                                                        The task assessment results in JSON format.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getS3ObjectUrl", "beanStyleSetterMethodName" : "setS3ObjectUrl", "c2jName" : "S3ObjectUrl", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #s3ObjectUrl(String)}.\n@param s3ObjectUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3ObjectUrl(String)", "deprecated" : false, "documentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "s3ObjectUrl", "fluentSetterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@param s3ObjectUrl The URL of the S3 object containing the task assessment results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3ObjectUrl", "getterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@return The URL of the S3 object containing the task assessment results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "S3ObjectUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "S3ObjectUrl", "setterDocumentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        \n@param s3ObjectUrl The URL of the S3 object containing the task assessment results.", "setterMethodName" : "setS3ObjectUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectUrl", "variableType" : "String", "documentation" : "

                                                        The URL of the S3 object containing the task assessment results.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationTaskAssessmentResult", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationTaskAssessmentResult", "variableName" : "replicationTaskAssessmentResult", "variableType" : "ReplicationTaskAssessmentResult", "documentation" : null, "simpleType" : "ReplicationTaskAssessmentResult", "variableSetterType" : "ReplicationTaskAssessmentResult" }, "wrapper" : false }, "ReplicationTaskStats" : { "c2jName" : "ReplicationTaskStats", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFullLoadProgressPercent", "beanStyleSetterMethodName" : "setFullLoadProgressPercent", "c2jName" : "FullLoadProgressPercent", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \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 #fullLoadProgressPercent(Integer)}.\n@param fullLoadProgressPercent 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 #fullLoadProgressPercent(Integer)", "deprecated" : false, "documentation" : "

                                                        The percent complete for the full load migration task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadProgressPercent", "fluentSetterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@param fullLoadProgressPercent The percent complete for the full load migration task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadProgressPercent", "getterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@return The percent complete for the full load migration task.", "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" : "FullLoadProgressPercent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadProgressPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "FullLoadProgressPercent", "setterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@param fullLoadProgressPercent The percent complete for the full load migration task.", "setterMethodName" : "setFullLoadProgressPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "documentation" : "

                                                        The percent complete for the full load migration task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElapsedTimeMillis", "beanStyleSetterMethodName" : "setElapsedTimeMillis", "c2jName" : "ElapsedTimeMillis", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #elapsedTimeMillis(Long)}.\n@param elapsedTimeMillis a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #elapsedTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "elapsedTimeMillis", "fluentSetterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elapsedTimeMillis", "getterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@return The elapsed time of the task, in milliseconds.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElapsedTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElapsedTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ElapsedTimeMillis", "setterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.", "setterMethodName" : "setElapsedTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "elapsedTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "elapsedTimeMillis", "variableType" : "Long", "documentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesLoaded", "beanStyleSetterMethodName" : "setTablesLoaded", "c2jName" : "TablesLoaded", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \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 #tablesLoaded(Integer)}.\n@param tablesLoaded 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 #tablesLoaded(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables loaded for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesLoaded", "fluentSetterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@param tablesLoaded The number of tables loaded for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesLoaded", "getterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@return The number of tables loaded for this task.", "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" : "TablesLoaded", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoaded", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesLoaded", "setterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@param tablesLoaded The number of tables loaded for this task.", "setterMethodName" : "setTablesLoaded", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoaded", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoaded", "variableType" : "Integer", "documentation" : "

                                                        The number of tables loaded for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesLoading", "beanStyleSetterMethodName" : "setTablesLoading", "c2jName" : "TablesLoading", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \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 #tablesLoading(Integer)}.\n@param tablesLoading 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 #tablesLoading(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables currently loading for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesLoading", "fluentSetterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@param tablesLoading The number of tables currently loading for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesLoading", "getterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@return The number of tables currently loading for this task.", "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" : "TablesLoading", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoading", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesLoading", "setterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@param tablesLoading The number of tables currently loading for this task.", "setterMethodName" : "setTablesLoading", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoading", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoading", "variableType" : "Integer", "documentation" : "

                                                        The number of tables currently loading for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesQueued", "beanStyleSetterMethodName" : "setTablesQueued", "c2jName" : "TablesQueued", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \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 #tablesQueued(Integer)}.\n@param tablesQueued 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 #tablesQueued(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables queued for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesQueued", "fluentSetterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@param tablesQueued The number of tables queued for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesQueued", "getterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@return The number of tables queued for this task.", "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" : "TablesQueued", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesQueued", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesQueued", "setterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@param tablesQueued The number of tables queued for this task.", "setterMethodName" : "setTablesQueued", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesQueued", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesQueued", "variableType" : "Integer", "documentation" : "

                                                        The number of tables queued for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesErrored", "beanStyleSetterMethodName" : "setTablesErrored", "c2jName" : "TablesErrored", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \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 #tablesErrored(Integer)}.\n@param tablesErrored 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 #tablesErrored(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of errors that have occurred during this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesErrored", "fluentSetterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@param tablesErrored The number of errors that have occurred during this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesErrored", "getterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@return The number of errors that have occurred during this task.", "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" : "TablesErrored", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesErrored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesErrored", "setterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@param tablesErrored The number of errors that have occurred during this task.", "setterMethodName" : "setTablesErrored", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesErrored", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesErrored", "variableType" : "Integer", "documentation" : "

                                                        The number of errors that have occurred during this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ElapsedTimeMillis" : { "beanStyleGetterMethodName" : "getElapsedTimeMillis", "beanStyleSetterMethodName" : "setElapsedTimeMillis", "c2jName" : "ElapsedTimeMillis", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #elapsedTimeMillis(Long)}.\n@param elapsedTimeMillis a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #elapsedTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "elapsedTimeMillis", "fluentSetterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elapsedTimeMillis", "getterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@return The elapsed time of the task, in milliseconds.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElapsedTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElapsedTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ElapsedTimeMillis", "setterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.", "setterMethodName" : "setElapsedTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "elapsedTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "elapsedTimeMillis", "variableType" : "Long", "documentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FullLoadProgressPercent" : { "beanStyleGetterMethodName" : "getFullLoadProgressPercent", "beanStyleSetterMethodName" : "setFullLoadProgressPercent", "c2jName" : "FullLoadProgressPercent", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \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 #fullLoadProgressPercent(Integer)}.\n@param fullLoadProgressPercent 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 #fullLoadProgressPercent(Integer)", "deprecated" : false, "documentation" : "

                                                        The percent complete for the full load migration task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadProgressPercent", "fluentSetterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@param fullLoadProgressPercent The percent complete for the full load migration task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadProgressPercent", "getterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@return The percent complete for the full load migration task.", "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" : "FullLoadProgressPercent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadProgressPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "FullLoadProgressPercent", "setterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@param fullLoadProgressPercent The percent complete for the full load migration task.", "setterMethodName" : "setFullLoadProgressPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "documentation" : "

                                                        The percent complete for the full load migration task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TablesErrored" : { "beanStyleGetterMethodName" : "getTablesErrored", "beanStyleSetterMethodName" : "setTablesErrored", "c2jName" : "TablesErrored", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \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 #tablesErrored(Integer)}.\n@param tablesErrored 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 #tablesErrored(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of errors that have occurred during this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesErrored", "fluentSetterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@param tablesErrored The number of errors that have occurred during this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesErrored", "getterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@return The number of errors that have occurred during this task.", "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" : "TablesErrored", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesErrored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesErrored", "setterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@param tablesErrored The number of errors that have occurred during this task.", "setterMethodName" : "setTablesErrored", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesErrored", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesErrored", "variableType" : "Integer", "documentation" : "

                                                        The number of errors that have occurred during this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TablesLoaded" : { "beanStyleGetterMethodName" : "getTablesLoaded", "beanStyleSetterMethodName" : "setTablesLoaded", "c2jName" : "TablesLoaded", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \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 #tablesLoaded(Integer)}.\n@param tablesLoaded 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 #tablesLoaded(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables loaded for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesLoaded", "fluentSetterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@param tablesLoaded The number of tables loaded for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesLoaded", "getterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@return The number of tables loaded for this task.", "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" : "TablesLoaded", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoaded", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesLoaded", "setterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@param tablesLoaded The number of tables loaded for this task.", "setterMethodName" : "setTablesLoaded", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoaded", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoaded", "variableType" : "Integer", "documentation" : "

                                                        The number of tables loaded for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TablesLoading" : { "beanStyleGetterMethodName" : "getTablesLoading", "beanStyleSetterMethodName" : "setTablesLoading", "c2jName" : "TablesLoading", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \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 #tablesLoading(Integer)}.\n@param tablesLoading 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 #tablesLoading(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables currently loading for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesLoading", "fluentSetterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@param tablesLoading The number of tables currently loading for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesLoading", "getterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@return The number of tables currently loading for this task.", "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" : "TablesLoading", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoading", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesLoading", "setterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@param tablesLoading The number of tables currently loading for this task.", "setterMethodName" : "setTablesLoading", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoading", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoading", "variableType" : "Integer", "documentation" : "

                                                        The number of tables currently loading for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TablesQueued" : { "beanStyleGetterMethodName" : "getTablesQueued", "beanStyleSetterMethodName" : "setTablesQueued", "c2jName" : "TablesQueued", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \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 #tablesQueued(Integer)}.\n@param tablesQueued 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 #tablesQueued(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables queued for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesQueued", "fluentSetterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@param tablesQueued The number of tables queued for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesQueued", "getterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@return The number of tables queued for this task.", "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" : "TablesQueued", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesQueued", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesQueued", "setterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@param tablesQueued The number of tables queued for this task.", "setterMethodName" : "setTablesQueued", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesQueued", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesQueued", "variableType" : "Integer", "documentation" : "

                                                        The number of tables queued for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFullLoadProgressPercent", "beanStyleSetterMethodName" : "setFullLoadProgressPercent", "c2jName" : "FullLoadProgressPercent", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \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 #fullLoadProgressPercent(Integer)}.\n@param fullLoadProgressPercent 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 #fullLoadProgressPercent(Integer)", "deprecated" : false, "documentation" : "

                                                        The percent complete for the full load migration task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadProgressPercent", "fluentSetterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@param fullLoadProgressPercent The percent complete for the full load migration task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadProgressPercent", "getterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@return The percent complete for the full load migration task.", "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" : "FullLoadProgressPercent", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadProgressPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "FullLoadProgressPercent", "setterDocumentation" : "

                                                        The percent complete for the full load migration task.

                                                        \n@param fullLoadProgressPercent The percent complete for the full load migration task.", "setterMethodName" : "setFullLoadProgressPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fullLoadProgressPercent", "variableType" : "Integer", "documentation" : "

                                                        The percent complete for the full load migration task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getElapsedTimeMillis", "beanStyleSetterMethodName" : "setElapsedTimeMillis", "c2jName" : "ElapsedTimeMillis", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #elapsedTimeMillis(Long)}.\n@param elapsedTimeMillis a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #elapsedTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "elapsedTimeMillis", "fluentSetterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "elapsedTimeMillis", "getterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@return The elapsed time of the task, in milliseconds.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ElapsedTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElapsedTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ElapsedTimeMillis", "setterDocumentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        \n@param elapsedTimeMillis The elapsed time of the task, in milliseconds.", "setterMethodName" : "setElapsedTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "elapsedTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "elapsedTimeMillis", "variableType" : "Long", "documentation" : "

                                                        The elapsed time of the task, in milliseconds.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesLoaded", "beanStyleSetterMethodName" : "setTablesLoaded", "c2jName" : "TablesLoaded", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \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 #tablesLoaded(Integer)}.\n@param tablesLoaded 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 #tablesLoaded(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables loaded for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesLoaded", "fluentSetterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@param tablesLoaded The number of tables loaded for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesLoaded", "getterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@return The number of tables loaded for this task.", "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" : "TablesLoaded", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoaded", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesLoaded", "setterDocumentation" : "

                                                        The number of tables loaded for this task.

                                                        \n@param tablesLoaded The number of tables loaded for this task.", "setterMethodName" : "setTablesLoaded", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoaded", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoaded", "variableType" : "Integer", "documentation" : "

                                                        The number of tables loaded for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesLoading", "beanStyleSetterMethodName" : "setTablesLoading", "c2jName" : "TablesLoading", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \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 #tablesLoading(Integer)}.\n@param tablesLoading 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 #tablesLoading(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables currently loading for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesLoading", "fluentSetterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@param tablesLoading The number of tables currently loading for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesLoading", "getterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@return The number of tables currently loading for this task.", "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" : "TablesLoading", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesLoading", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesLoading", "setterDocumentation" : "

                                                        The number of tables currently loading for this task.

                                                        \n@param tablesLoading The number of tables currently loading for this task.", "setterMethodName" : "setTablesLoading", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoading", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesLoading", "variableType" : "Integer", "documentation" : "

                                                        The number of tables currently loading for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesQueued", "beanStyleSetterMethodName" : "setTablesQueued", "c2jName" : "TablesQueued", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \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 #tablesQueued(Integer)}.\n@param tablesQueued 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 #tablesQueued(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of tables queued for this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesQueued", "fluentSetterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@param tablesQueued The number of tables queued for this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesQueued", "getterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@return The number of tables queued for this task.", "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" : "TablesQueued", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesQueued", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesQueued", "setterDocumentation" : "

                                                        The number of tables queued for this task.

                                                        \n@param tablesQueued The number of tables queued for this task.", "setterMethodName" : "setTablesQueued", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesQueued", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesQueued", "variableType" : "Integer", "documentation" : "

                                                        The number of tables queued for this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTablesErrored", "beanStyleSetterMethodName" : "setTablesErrored", "c2jName" : "TablesErrored", "c2jShape" : "Integer", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \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 #tablesErrored(Integer)}.\n@param tablesErrored 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 #tablesErrored(Integer)", "deprecated" : false, "documentation" : "

                                                        The number of errors that have occurred during this task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tablesErrored", "fluentSetterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@param tablesErrored The number of errors that have occurred during this task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tablesErrored", "getterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@return The number of errors that have occurred during this task.", "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" : "TablesErrored", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TablesErrored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "TablesErrored", "setterDocumentation" : "

                                                        The number of errors that have occurred during this task.

                                                        \n@param tablesErrored The number of errors that have occurred during this task.", "setterMethodName" : "setTablesErrored", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tablesErrored", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tablesErrored", "variableType" : "Integer", "documentation" : "

                                                        The number of errors that have occurred during this task.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationTaskStats", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationTaskStats", "variableName" : "replicationTaskStats", "variableType" : "ReplicationTaskStats", "documentation" : null, "simpleType" : "ReplicationTaskStats", "variableSetterType" : "ReplicationTaskStats" }, "wrapper" : false }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The resource you are attempting to create already exists.

                                                        ", "enums" : null, "errorCode" : "ResourceAlreadyExistsFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceAlreadyExistsException", "variableName" : "resourceAlreadyExistsException", "variableType" : "ResourceAlreadyExistsException", "documentation" : null, "simpleType" : "ResourceAlreadyExistsException", "variableSetterType" : "ResourceAlreadyExistsException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The resource could not be found.

                                                        ", "enums" : null, "errorCode" : "ResourceNotFoundFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ResourceQuotaExceededException" : { "c2jName" : "ResourceQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The quota for this resource quota has been exceeded.

                                                        ", "enums" : null, "errorCode" : "ResourceQuotaExceededFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceQuotaExceededException", "variableName" : "resourceQuotaExceededException", "variableType" : "ResourceQuotaExceededException", "documentation" : null, "simpleType" : "ResourceQuotaExceededException", "variableSetterType" : "ResourceQuotaExceededException" }, "wrapper" : false }, "S3Settings" : { "c2jName" : "S3Settings", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serviceAccessRoleArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@return The Amazon Resource Name (ARN) used by the service access IAM role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceAccessRoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalTableDefinition(String)}.\n@param externalTableDefinition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalTableDefinition(String)", "deprecated" : false, "documentation" : "

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "externalTableDefinition", "fluentSetterDocumentation" : "

                                                        \n@param externalTableDefinition \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalTableDefinition", "getterDocumentation" : "

                                                        \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExternalTableDefinition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "setterDocumentation" : "

                                                        \n@param externalTableDefinition ", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCsvRowDelimiter", "beanStyleSetterMethodName" : "setCsvRowDelimiter", "c2jName" : "CsvRowDelimiter", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\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 #csvRowDelimiter(String)}.\n@param csvRowDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvRowDelimiter(String)", "deprecated" : false, "documentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvRowDelimiter", "fluentSetterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@param csvRowDelimiter The delimiter used to separate rows in the source files. The default is a carriage return (\\n).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvRowDelimiter", "getterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@return The delimiter used to separate rows in the source files. The default is a carriage return (\\n).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CsvRowDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CsvRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CsvRowDelimiter", "setterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@param csvRowDelimiter The delimiter used to separate rows in the source files. The default is a carriage return (\\n).", "setterMethodName" : "setCsvRowDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "csvRowDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "csvRowDelimiter", "variableType" : "String", "documentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCsvDelimiter", "beanStyleSetterMethodName" : "setCsvDelimiter", "c2jName" : "CsvDelimiter", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #csvDelimiter(String)}.\n@param csvDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvDelimiter(String)", "deprecated" : false, "documentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvDelimiter", "fluentSetterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@param csvDelimiter The delimiter used to separate columns in the source files. The default is a comma.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvDelimiter", "getterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@return The delimiter used to separate columns in the source files. The default is a comma.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CsvDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CsvDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CsvDelimiter", "setterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@param csvDelimiter The delimiter used to separate columns in the source files. The default is a comma.", "setterMethodName" : "setCsvDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "csvDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "csvDelimiter", "variableType" : "String", "documentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketFolder", "beanStyleSetterMethodName" : "setBucketFolder", "c2jName" : "BucketFolder", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_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 #bucketFolder(String)}.\n@param bucketFolder a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketFolder(String)", "deprecated" : false, "documentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketFolder", "fluentSetterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@param bucketFolder An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketFolder", "getterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@return An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_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" : "BucketFolder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketFolder", "setterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@param bucketFolder An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.", "setterMethodName" : "setBucketFolder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketName(String)}.\n@param bucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketName(String)", "deprecated" : false, "documentation" : "

                                                        The name of the S3 bucket.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@param bucketName The name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@return The name of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@param bucketName The name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                        The name of the S3 bucket.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompressionType", "beanStyleSetterMethodName" : "setCompressionType", "c2jName" : "CompressionType", "c2jShape" : "CompressionTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #compressionTypeString(String)}.\n@param compressionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compressionType(String)", "deprecated" : false, "documentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        ", "enumType" : "CompressionTypeValue", "fluentEnumGetterMethodName" : "compressionType", "fluentGetterMethodName" : "compressionTypeString", "fluentSetterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n@param compressionType An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompressionTypeValue", "fluentSetterMethodName" : "compressionType", "getterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #compressionType} will return {@link CompressionTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #compressionTypeString}.\n

                                                        \n@return An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompressionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompressionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CompressionType", "setterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n@param compressionType An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue", "setterMethodName" : "setCompressionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BucketFolder" : { "beanStyleGetterMethodName" : "getBucketFolder", "beanStyleSetterMethodName" : "setBucketFolder", "c2jName" : "BucketFolder", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_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 #bucketFolder(String)}.\n@param bucketFolder a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketFolder(String)", "deprecated" : false, "documentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketFolder", "fluentSetterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@param bucketFolder An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketFolder", "getterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@return An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_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" : "BucketFolder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketFolder", "setterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@param bucketFolder An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.", "setterMethodName" : "setBucketFolder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BucketName" : { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketName(String)}.\n@param bucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketName(String)", "deprecated" : false, "documentation" : "

                                                        The name of the S3 bucket.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@param bucketName The name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@return The name of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@param bucketName The name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                        The name of the S3 bucket.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CompressionType" : { "beanStyleGetterMethodName" : "getCompressionType", "beanStyleSetterMethodName" : "setCompressionType", "c2jName" : "CompressionType", "c2jShape" : "CompressionTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #compressionTypeString(String)}.\n@param compressionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compressionType(String)", "deprecated" : false, "documentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        ", "enumType" : "CompressionTypeValue", "fluentEnumGetterMethodName" : "compressionType", "fluentGetterMethodName" : "compressionTypeString", "fluentSetterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n@param compressionType An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompressionTypeValue", "fluentSetterMethodName" : "compressionType", "getterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #compressionType} will return {@link CompressionTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #compressionTypeString}.\n

                                                        \n@return An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompressionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompressionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CompressionType", "setterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n@param compressionType An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue", "setterMethodName" : "setCompressionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CsvDelimiter" : { "beanStyleGetterMethodName" : "getCsvDelimiter", "beanStyleSetterMethodName" : "setCsvDelimiter", "c2jName" : "CsvDelimiter", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #csvDelimiter(String)}.\n@param csvDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvDelimiter(String)", "deprecated" : false, "documentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvDelimiter", "fluentSetterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@param csvDelimiter The delimiter used to separate columns in the source files. The default is a comma.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvDelimiter", "getterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@return The delimiter used to separate columns in the source files. The default is a comma.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CsvDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CsvDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CsvDelimiter", "setterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@param csvDelimiter The delimiter used to separate columns in the source files. The default is a comma.", "setterMethodName" : "setCsvDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "csvDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "csvDelimiter", "variableType" : "String", "documentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CsvRowDelimiter" : { "beanStyleGetterMethodName" : "getCsvRowDelimiter", "beanStyleSetterMethodName" : "setCsvRowDelimiter", "c2jName" : "CsvRowDelimiter", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\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 #csvRowDelimiter(String)}.\n@param csvRowDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvRowDelimiter(String)", "deprecated" : false, "documentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvRowDelimiter", "fluentSetterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@param csvRowDelimiter The delimiter used to separate rows in the source files. The default is a carriage return (\\n).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvRowDelimiter", "getterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@return The delimiter used to separate rows in the source files. The default is a carriage return (\\n).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CsvRowDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CsvRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CsvRowDelimiter", "setterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@param csvRowDelimiter The delimiter used to separate rows in the source files. The default is a carriage return (\\n).", "setterMethodName" : "setCsvRowDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "csvRowDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "csvRowDelimiter", "variableType" : "String", "documentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExternalTableDefinition" : { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalTableDefinition(String)}.\n@param externalTableDefinition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalTableDefinition(String)", "deprecated" : false, "documentation" : "

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "externalTableDefinition", "fluentSetterDocumentation" : "

                                                        \n@param externalTableDefinition \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalTableDefinition", "getterDocumentation" : "

                                                        \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExternalTableDefinition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "setterDocumentation" : "

                                                        \n@param externalTableDefinition ", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceAccessRoleArn" : { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serviceAccessRoleArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@return The Amazon Resource Name (ARN) used by the service access IAM role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceAccessRoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServiceAccessRoleArn", "beanStyleSetterMethodName" : "setServiceAccessRoleArn", "c2jName" : "ServiceAccessRoleArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceAccessRoleArn(String)}.\n@param serviceAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceAccessRoleArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "serviceAccessRoleArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceAccessRoleArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@return The Amazon Resource Name (ARN) used by the service access IAM role.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ServiceAccessRoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ServiceAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ServiceAccessRoleArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        \n@param serviceAccessRoleArn The Amazon Resource Name (ARN) used by the service access IAM role.", "setterMethodName" : "setServiceAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceAccessRoleArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) used by the service access IAM role.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExternalTableDefinition", "beanStyleSetterMethodName" : "setExternalTableDefinition", "c2jName" : "ExternalTableDefinition", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #externalTableDefinition(String)}.\n@param externalTableDefinition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #externalTableDefinition(String)", "deprecated" : false, "documentation" : "

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "externalTableDefinition", "fluentSetterDocumentation" : "

                                                        \n@param externalTableDefinition \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "externalTableDefinition", "getterDocumentation" : "

                                                        \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExternalTableDefinition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExternalTableDefinition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExternalTableDefinition", "setterDocumentation" : "

                                                        \n@param externalTableDefinition ", "setterMethodName" : "setExternalTableDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "externalTableDefinition", "variableType" : "String", "documentation" : "

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCsvRowDelimiter", "beanStyleSetterMethodName" : "setCsvRowDelimiter", "c2jName" : "CsvRowDelimiter", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\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 #csvRowDelimiter(String)}.\n@param csvRowDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvRowDelimiter(String)", "deprecated" : false, "documentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvRowDelimiter", "fluentSetterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@param csvRowDelimiter The delimiter used to separate rows in the source files. The default is a carriage return (\\n).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvRowDelimiter", "getterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@return The delimiter used to separate rows in the source files. The default is a carriage return (\\n).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CsvRowDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CsvRowDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CsvRowDelimiter", "setterDocumentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        \n@param csvRowDelimiter The delimiter used to separate rows in the source files. The default is a carriage return (\\n).", "setterMethodName" : "setCsvRowDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "csvRowDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "csvRowDelimiter", "variableType" : "String", "documentation" : "

                                                        The delimiter used to separate rows in the source files. The default is a carriage return (\\n).

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCsvDelimiter", "beanStyleSetterMethodName" : "setCsvDelimiter", "c2jName" : "CsvDelimiter", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #csvDelimiter(String)}.\n@param csvDelimiter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #csvDelimiter(String)", "deprecated" : false, "documentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "csvDelimiter", "fluentSetterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@param csvDelimiter The delimiter used to separate columns in the source files. The default is a comma.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "csvDelimiter", "getterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@return The delimiter used to separate columns in the source files. The default is a comma.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CsvDelimiter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CsvDelimiter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CsvDelimiter", "setterDocumentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        \n@param csvDelimiter The delimiter used to separate columns in the source files. The default is a comma.", "setterMethodName" : "setCsvDelimiter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "csvDelimiter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "csvDelimiter", "variableType" : "String", "documentation" : "

                                                        The delimiter used to separate columns in the source files. The default is a comma.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketFolder", "beanStyleSetterMethodName" : "setBucketFolder", "c2jName" : "BucketFolder", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_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 #bucketFolder(String)}.\n@param bucketFolder a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketFolder(String)", "deprecated" : false, "documentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketFolder", "fluentSetterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@param bucketFolder An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketFolder", "getterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@return An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_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" : "BucketFolder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketFolder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketFolder", "setterDocumentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        \n@param bucketFolder An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.", "setterMethodName" : "setBucketFolder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketFolder", "variableType" : "String", "documentation" : "

                                                        An optional parameter to set a folder name in the S3 bucket. If provided, tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. If this parameter is not specified, then the path used is <schema_name>/<table_name>/.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBucketName", "beanStyleSetterMethodName" : "setBucketName", "c2jName" : "BucketName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucketName(String)}.\n@param bucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucketName(String)", "deprecated" : false, "documentation" : "

                                                        The name of the S3 bucket.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "bucketName", "fluentSetterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@param bucketName The name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucketName", "getterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@return The name of the S3 bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BucketName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BucketName", "setterDocumentation" : "

                                                        The name of the S3 bucket.

                                                        \n@param bucketName The name of the S3 bucket.", "setterMethodName" : "setBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucketName", "variableType" : "String", "documentation" : "

                                                        The name of the S3 bucket.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompressionType", "beanStyleSetterMethodName" : "setCompressionType", "c2jName" : "CompressionType", "c2jShape" : "CompressionTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #compressionTypeString(String)}.\n@param compressionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #compressionType(String)", "deprecated" : false, "documentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        ", "enumType" : "CompressionTypeValue", "fluentEnumGetterMethodName" : "compressionType", "fluentGetterMethodName" : "compressionTypeString", "fluentSetterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n@param compressionType An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompressionTypeValue", "fluentSetterMethodName" : "compressionType", "getterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #compressionType} will return {@link CompressionTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #compressionTypeString}.\n

                                                        \n@return An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompressionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompressionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CompressionType", "setterDocumentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        \n@param compressionType An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.\n@see CompressionTypeValue", "setterMethodName" : "setCompressionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "compressionType", "variableType" : "String", "documentation" : "

                                                        An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Set to NONE (the default) or do not use to leave the files uncompressed.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "S3Settings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Settings", "variableName" : "s3Settings", "variableType" : "S3Settings", "documentation" : null, "simpleType" : "S3Settings", "variableSetterType" : "S3Settings" }, "wrapper" : false }, "SNSInvalidTopicException" : { "c2jName" : "SNSInvalidTopicFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The SNS topic is invalid.

                                                        ", "enums" : null, "errorCode" : "SNSInvalidTopicFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SNSInvalidTopicException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SNSInvalidTopicException", "variableName" : "snsInvalidTopicException", "variableType" : "SNSInvalidTopicException", "documentation" : null, "simpleType" : "SNSInvalidTopicException", "variableSetterType" : "SNSInvalidTopicException" }, "wrapper" : false }, "SNSNoAuthorizationException" : { "c2jName" : "SNSNoAuthorizationFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        You are not authorized for the SNS subscription.

                                                        ", "enums" : null, "errorCode" : "SNSNoAuthorizationFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SNSNoAuthorizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SNSNoAuthorizationException", "variableName" : "snsNoAuthorizationException", "variableType" : "SNSNoAuthorizationException", "documentation" : null, "simpleType" : "SNSNoAuthorizationException", "variableSetterType" : "SNSNoAuthorizationException" }, "wrapper" : false }, "SourceType" : { "c2jName" : "SourceType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "REPLICATION_INSTANCE", "value" : "replication-instance" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SourceType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SourceType", "variableName" : "sourceType", "variableType" : "SourceType", "documentation" : null, "simpleType" : "SourceType", "variableSetterType" : "SourceType" }, "wrapper" : false }, "StartReplicationTaskAssessmentRequest" : { "c2jName" : "StartReplicationTaskAssessmentMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartReplicationTaskAssessment", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.StartReplicationTaskAssessment", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication 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 #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@return The Amazon Resource Name (ARN) of the replication 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" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskArn" ], "shapeName" : "StartReplicationTaskAssessmentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartReplicationTaskAssessmentRequest", "variableName" : "startReplicationTaskAssessmentRequest", "variableType" : "StartReplicationTaskAssessmentRequest", "documentation" : null, "simpleType" : "StartReplicationTaskAssessmentRequest", "variableSetterType" : "StartReplicationTaskAssessmentRequest" }, "wrapper" : false }, "StartReplicationTaskAssessmentResponse" : { "c2jName" : "StartReplicationTaskAssessmentResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The assessed replication task.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The assessed replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@param replicationTask The assessed replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@return The assessed replication task.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@param replicationTask The assessed replication task.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The assessed replication task.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTask" : { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The assessed replication task.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The assessed replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@param replicationTask The assessed replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@return The assessed replication task.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@param replicationTask The assessed replication task.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The assessed replication task.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The assessed replication task.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The assessed replication task.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@param replicationTask The assessed replication task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@return The assessed replication task.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The assessed replication task.

                                                        \n@param replicationTask The assessed replication task.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The assessed replication task.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartReplicationTaskAssessmentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartReplicationTaskAssessmentResponse", "variableName" : "startReplicationTaskAssessmentResponse", "variableType" : "StartReplicationTaskAssessmentResponse", "documentation" : null, "simpleType" : "StartReplicationTaskAssessmentResponse", "variableSetterType" : "StartReplicationTaskAssessmentResponse" }, "wrapper" : false }, "StartReplicationTaskRequest" : { "c2jName" : "StartReplicationTaskMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartReplicationTask", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.StartReplicationTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@return The Amazon Resource Name (ARN) of the replication task to be started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be started.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartReplicationTaskType", "beanStyleSetterMethodName" : "setStartReplicationTaskType", "c2jName" : "StartReplicationTaskType", "c2jShape" : "StartReplicationTaskTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of replication 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 #startReplicationTaskTypeString(String)}.\n@param startReplicationTaskType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startReplicationTaskType(String)", "deprecated" : false, "documentation" : "

                                                        The type of replication task.

                                                        ", "enumType" : "StartReplicationTaskTypeValue", "fluentEnumGetterMethodName" : "startReplicationTaskType", "fluentGetterMethodName" : "startReplicationTaskTypeString", "fluentSetterDocumentation" : "

                                                        The type of replication task.

                                                        \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartReplicationTaskTypeValue", "fluentSetterMethodName" : "startReplicationTaskType", "getterDocumentation" : "

                                                        The type of replication task.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #startReplicationTaskType} will return {@link StartReplicationTaskTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #startReplicationTaskTypeString}.\n

                                                        \n@return The type of replication task.\n@see StartReplicationTaskTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartReplicationTaskType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartReplicationTaskType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StartReplicationTaskType", "setterDocumentation" : "

                                                        The type of replication task.

                                                        \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue", "setterMethodName" : "setStartReplicationTaskType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startReplicationTaskType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startReplicationTaskType", "variableType" : "String", "documentation" : "

                                                        The type of replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \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 #cdcStartTime(Instant)}.\n@param cdcStartTime 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 #cdcStartTime(Instant)", "deprecated" : false, "documentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CdcStartTime" : { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \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 #cdcStartTime(Instant)}.\n@param cdcStartTime 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 #cdcStartTime(Instant)", "deprecated" : false, "documentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@return The Amazon Resource Name (ARN) of the replication task to be started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be started.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartReplicationTaskType" : { "beanStyleGetterMethodName" : "getStartReplicationTaskType", "beanStyleSetterMethodName" : "setStartReplicationTaskType", "c2jName" : "StartReplicationTaskType", "c2jShape" : "StartReplicationTaskTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of replication 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 #startReplicationTaskTypeString(String)}.\n@param startReplicationTaskType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startReplicationTaskType(String)", "deprecated" : false, "documentation" : "

                                                        The type of replication task.

                                                        ", "enumType" : "StartReplicationTaskTypeValue", "fluentEnumGetterMethodName" : "startReplicationTaskType", "fluentGetterMethodName" : "startReplicationTaskTypeString", "fluentSetterDocumentation" : "

                                                        The type of replication task.

                                                        \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartReplicationTaskTypeValue", "fluentSetterMethodName" : "startReplicationTaskType", "getterDocumentation" : "

                                                        The type of replication task.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #startReplicationTaskType} will return {@link StartReplicationTaskTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #startReplicationTaskTypeString}.\n

                                                        \n@return The type of replication task.\n@see StartReplicationTaskTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartReplicationTaskType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartReplicationTaskType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StartReplicationTaskType", "setterDocumentation" : "

                                                        The type of replication task.

                                                        \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue", "setterMethodName" : "setStartReplicationTaskType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startReplicationTaskType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startReplicationTaskType", "variableType" : "String", "documentation" : "

                                                        The type of replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@return The Amazon Resource Name (ARN) of the replication task to be started.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        \n@param replicationTaskArn The Amazon Resource Name (ARN) of the replication task to be started.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the replication task to be started.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartReplicationTaskType", "beanStyleSetterMethodName" : "setStartReplicationTaskType", "c2jName" : "StartReplicationTaskType", "c2jShape" : "StartReplicationTaskTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of replication 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 #startReplicationTaskTypeString(String)}.\n@param startReplicationTaskType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startReplicationTaskType(String)", "deprecated" : false, "documentation" : "

                                                        The type of replication task.

                                                        ", "enumType" : "StartReplicationTaskTypeValue", "fluentEnumGetterMethodName" : "startReplicationTaskType", "fluentGetterMethodName" : "startReplicationTaskTypeString", "fluentSetterDocumentation" : "

                                                        The type of replication task.

                                                        \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartReplicationTaskTypeValue", "fluentSetterMethodName" : "startReplicationTaskType", "getterDocumentation" : "

                                                        The type of replication task.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #startReplicationTaskType} will return {@link StartReplicationTaskTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #startReplicationTaskTypeString}.\n

                                                        \n@return The type of replication task.\n@see StartReplicationTaskTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartReplicationTaskType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartReplicationTaskType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StartReplicationTaskType", "setterDocumentation" : "

                                                        The type of replication task.

                                                        \n@param startReplicationTaskType The type of replication task.\n@see StartReplicationTaskTypeValue", "setterMethodName" : "setStartReplicationTaskType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startReplicationTaskType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startReplicationTaskType", "variableType" : "String", "documentation" : "

                                                        The type of replication task.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCdcStartTime", "beanStyleSetterMethodName" : "setCdcStartTime", "c2jName" : "CdcStartTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \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 #cdcStartTime(Instant)}.\n@param cdcStartTime 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 #cdcStartTime(Instant)", "deprecated" : false, "documentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "cdcStartTime", "fluentSetterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cdcStartTime", "getterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@return The start time for the Change Data Capture (CDC) operation.", "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" : "CdcStartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CdcStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CdcStartTime", "setterDocumentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        \n@param cdcStartTime The start time for the Change Data Capture (CDC) operation.", "setterMethodName" : "setCdcStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "cdcStartTime", "variableType" : "java.time.Instant", "documentation" : "

                                                        The start time for the Change Data Capture (CDC) operation.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskArn", "StartReplicationTaskType" ], "shapeName" : "StartReplicationTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartReplicationTaskRequest", "variableName" : "startReplicationTaskRequest", "variableType" : "StartReplicationTaskRequest", "documentation" : null, "simpleType" : "StartReplicationTaskRequest", "variableSetterType" : "StartReplicationTaskRequest" }, "wrapper" : false }, "StartReplicationTaskResponse" : { "c2jName" : "StartReplicationTaskResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task started.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The replication task started.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The replication task started.

                                                        \n@param replicationTask The replication task started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The replication task started.

                                                        \n@return The replication task started.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The replication task started.

                                                        \n@param replicationTask The replication task started.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The replication task started.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTask" : { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task started.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The replication task started.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The replication task started.

                                                        \n@param replicationTask The replication task started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The replication task started.

                                                        \n@return The replication task started.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The replication task started.

                                                        \n@param replicationTask The replication task started.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The replication task started.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task started.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The replication task started.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The replication task started.

                                                        \n@param replicationTask The replication task started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The replication task started.

                                                        \n@return The replication task started.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The replication task started.

                                                        \n@param replicationTask The replication task started.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The replication task started.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartReplicationTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartReplicationTaskResponse", "variableName" : "startReplicationTaskResponse", "variableType" : "StartReplicationTaskResponse", "documentation" : null, "simpleType" : "StartReplicationTaskResponse", "variableSetterType" : "StartReplicationTaskResponse" }, "wrapper" : false }, "StartReplicationTaskTypeValue" : { "c2jName" : "StartReplicationTaskTypeValue", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "START_REPLICATION", "value" : "start-replication" }, { "name" : "RESUME_PROCESSING", "value" : "resume-processing" }, { "name" : "RELOAD_TARGET", "value" : "reload-target" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartReplicationTaskTypeValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartReplicationTaskTypeValue", "variableName" : "startReplicationTaskTypeValue", "variableType" : "StartReplicationTaskTypeValue", "documentation" : null, "simpleType" : "StartReplicationTaskTypeValue", "variableSetterType" : "StartReplicationTaskTypeValue" }, "wrapper" : false }, "StopReplicationTaskRequest" : { "c2jName" : "StopReplicationTaskMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StopReplicationTask", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.StopReplicationTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@param replicationTaskArn The Amazon Resource Name(ARN) of the replication task to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@return The Amazon Resource Name(ARN) of the replication task to be stopped.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@param replicationTaskArn The Amazon Resource Name(ARN) of the replication task to be stopped.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTaskArn" : { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@param replicationTaskArn The Amazon Resource Name(ARN) of the replication task to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@return The Amazon Resource Name(ARN) of the replication task to be stopped.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@param replicationTaskArn The Amazon Resource Name(ARN) of the replication task to be stopped.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTaskArn", "beanStyleSetterMethodName" : "setReplicationTaskArn", "c2jName" : "ReplicationTaskArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationTaskArn(String)}.\n@param replicationTaskArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTaskArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTaskArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@param replicationTaskArn The Amazon Resource Name(ARN) of the replication task to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTaskArn", "getterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@return The Amazon Resource Name(ARN) of the replication task to be stopped.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTaskArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTaskArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationTaskArn", "setterDocumentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        \n@param replicationTaskArn The Amazon Resource Name(ARN) of the replication task to be stopped.", "setterMethodName" : "setReplicationTaskArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationTaskArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name(ARN) of the replication task to be stopped.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationTaskArn" ], "shapeName" : "StopReplicationTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopReplicationTaskRequest", "variableName" : "stopReplicationTaskRequest", "variableType" : "StopReplicationTaskRequest", "documentation" : null, "simpleType" : "StopReplicationTaskRequest", "variableSetterType" : "StopReplicationTaskRequest" }, "wrapper" : false }, "StopReplicationTaskResponse" : { "c2jName" : "StopReplicationTaskResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task stopped.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The replication task stopped.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@param replicationTask The replication task stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@return The replication task stopped.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@param replicationTask The replication task stopped.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The replication task stopped.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationTask" : { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task stopped.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The replication task stopped.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@param replicationTask The replication task stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@return The replication task stopped.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@param replicationTask The replication task stopped.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The replication task stopped.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationTask", "beanStyleSetterMethodName" : "setReplicationTask", "c2jName" : "ReplicationTask", "c2jShape" : "ReplicationTask", "defaultConsumerFluentSetterDocumentation" : "

                                                        The replication task stopped.

                                                        \nThis is a convenience that creates an instance of the {@link ReplicationTask.Builder} avoiding the need to create one manually via {@link ReplicationTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationTask.Builder#build()} is called immediately and its result is passed to {@link #replicationTask(ReplicationTask)}.\n@param replicationTask a consumer that will call methods on {@link ReplicationTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationTask(ReplicationTask)", "deprecated" : false, "documentation" : "

                                                        The replication task stopped.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationTask", "fluentSetterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@param replicationTask The replication task stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationTask", "getterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@return The replication task stopped.", "getterModel" : { "returnType" : "ReplicationTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationTask", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationTask", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ReplicationTask", "setterDocumentation" : "

                                                        The replication task stopped.

                                                        \n@param replicationTask The replication task stopped.", "setterMethodName" : "setReplicationTask", "setterModel" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : null, "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "simple" : false, "variable" : { "variableDeclarationType" : "ReplicationTask", "variableName" : "replicationTask", "variableType" : "ReplicationTask", "documentation" : "

                                                        The replication task stopped.

                                                        ", "simpleType" : "ReplicationTask", "variableSetterType" : "ReplicationTask" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopReplicationTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopReplicationTaskResponse", "variableName" : "stopReplicationTaskResponse", "variableType" : "StopReplicationTaskResponse", "documentation" : null, "simpleType" : "StopReplicationTaskResponse", "variableSetterType" : "StopReplicationTaskResponse" }, "wrapper" : false }, "StorageQuotaExceededException" : { "c2jName" : "StorageQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The storage quota has been exceeded.

                                                        ", "enums" : null, "errorCode" : "StorageQuotaExceededFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StorageQuotaExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StorageQuotaExceededException", "variableName" : "storageQuotaExceededException", "variableType" : "StorageQuotaExceededException", "documentation" : null, "simpleType" : "StorageQuotaExceededException", "variableSetterType" : "StorageQuotaExceededException" }, "wrapper" : false }, "Subnet" : { "c2jName" : "Subnet", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The subnet identifier.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetIdentifier(String)}.\n@param subnetIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetIdentifier(String)", "deprecated" : false, "documentation" : "

                                                        The subnet identifier.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@return The subnet identifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetIdentifier", "setterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@param subnetIdentifier The subnet identifier.", "setterMethodName" : "setSubnetIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetIdentifier", "variableType" : "String", "documentation" : "

                                                        The subnet identifier.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #subnetAvailabilityZone(AvailabilityZone)}.\n@param subnetAvailabilityZone a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetAvailabilityZone(AvailabilityZone)", "deprecated" : false, "documentation" : "

                                                        The Availability Zone of the subnet.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@return The Availability Zone of the subnet.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetAvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SubnetAvailabilityZone", "setterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@param subnetAvailabilityZone The Availability Zone of the subnet.", "setterMethodName" : "setSubnetAvailabilityZone", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "documentation" : "

                                                        The Availability Zone of the subnet.

                                                        ", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetStatus", "beanStyleSetterMethodName" : "setSubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of the subnet.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetStatus(String)}.\n@param subnetStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of the subnet.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetStatus", "fluentSetterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetStatus", "getterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@return The status of the subnet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetStatus", "setterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@param subnetStatus The status of the subnet.", "setterMethodName" : "setSubnetStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetStatus", "variableType" : "String", "documentation" : "

                                                        The status of the subnet.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetAvailabilityZone" : { "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #subnetAvailabilityZone(AvailabilityZone)}.\n@param subnetAvailabilityZone a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetAvailabilityZone(AvailabilityZone)", "deprecated" : false, "documentation" : "

                                                        The Availability Zone of the subnet.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@return The Availability Zone of the subnet.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetAvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SubnetAvailabilityZone", "setterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@param subnetAvailabilityZone The Availability Zone of the subnet.", "setterMethodName" : "setSubnetAvailabilityZone", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "documentation" : "

                                                        The Availability Zone of the subnet.

                                                        ", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, "SubnetIdentifier" : { "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The subnet identifier.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetIdentifier(String)}.\n@param subnetIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetIdentifier(String)", "deprecated" : false, "documentation" : "

                                                        The subnet identifier.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@return The subnet identifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetIdentifier", "setterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@param subnetIdentifier The subnet identifier.", "setterMethodName" : "setSubnetIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetIdentifier", "variableType" : "String", "documentation" : "

                                                        The subnet identifier.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubnetStatus" : { "beanStyleGetterMethodName" : "getSubnetStatus", "beanStyleSetterMethodName" : "setSubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of the subnet.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetStatus(String)}.\n@param subnetStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of the subnet.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetStatus", "fluentSetterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetStatus", "getterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@return The status of the subnet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetStatus", "setterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@param subnetStatus The status of the subnet.", "setterMethodName" : "setSubnetStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetStatus", "variableType" : "String", "documentation" : "

                                                        The status of the subnet.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubnetIdentifier", "beanStyleSetterMethodName" : "setSubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The subnet identifier.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetIdentifier(String)}.\n@param subnetIdentifier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetIdentifier(String)", "deprecated" : false, "documentation" : "

                                                        The subnet identifier.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetIdentifier", "fluentSetterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@param subnetIdentifier The subnet identifier.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetIdentifier", "getterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@return The subnet identifier.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetIdentifier", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIdentifier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetIdentifier", "setterDocumentation" : "

                                                        The subnet identifier.

                                                        \n@param subnetIdentifier The subnet identifier.", "setterMethodName" : "setSubnetIdentifier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetIdentifier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetIdentifier", "variableType" : "String", "documentation" : "

                                                        The subnet identifier.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetAvailabilityZone", "beanStyleSetterMethodName" : "setSubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #subnetAvailabilityZone(AvailabilityZone)}.\n@param subnetAvailabilityZone a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetAvailabilityZone(AvailabilityZone)", "deprecated" : false, "documentation" : "

                                                        The Availability Zone of the subnet.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetAvailabilityZone", "fluentSetterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@param subnetAvailabilityZone The Availability Zone of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetAvailabilityZone", "getterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@return The Availability Zone of the subnet.", "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetAvailabilityZone", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetAvailabilityZone", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "SubnetAvailabilityZone", "setterDocumentation" : "

                                                        The Availability Zone of the subnet.

                                                        \n@param subnetAvailabilityZone The Availability Zone of the subnet.", "setterMethodName" : "setSubnetAvailabilityZone", "setterModel" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "simple" : false, "variable" : { "variableDeclarationType" : "AvailabilityZone", "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "documentation" : "

                                                        The Availability Zone of the subnet.

                                                        ", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubnetStatus", "beanStyleSetterMethodName" : "setSubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of the subnet.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnetStatus(String)}.\n@param subnetStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnetStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of the subnet.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "subnetStatus", "fluentSetterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@param subnetStatus The status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnetStatus", "getterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@return The status of the subnet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubnetStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SubnetStatus", "setterDocumentation" : "

                                                        The status of the subnet.

                                                        \n@param subnetStatus The status of the subnet.", "setterMethodName" : "setSubnetStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnetStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnetStatus", "variableType" : "String", "documentation" : "

                                                        The status of the subnet.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Subnet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Subnet", "variableName" : "subnet", "variableType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "wrapper" : false }, "SubnetAlreadyInUseException" : { "c2jName" : "SubnetAlreadyInUse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The specified subnet is already in use.

                                                        ", "enums" : null, "errorCode" : "SubnetAlreadyInUse", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SubnetAlreadyInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetAlreadyInUseException", "variableName" : "subnetAlreadyInUseException", "variableType" : "SubnetAlreadyInUseException", "documentation" : null, "simpleType" : "SubnetAlreadyInUseException", "variableSetterType" : "SubnetAlreadyInUseException" }, "wrapper" : false }, "SupportedEndpointType" : { "c2jName" : "SupportedEndpointType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@return The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSupportsCDC", "beanStyleSetterMethodName" : "setSupportsCDC", "c2jName" : "SupportsCDC", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \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 #supportsCDC(Boolean)}.\n@param supportsCDC 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 #supportsCDC(Boolean)", "deprecated" : false, "documentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "supportsCDC", "fluentSetterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportsCDC", "getterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@return Indicates if Change Data Capture (CDC) is supported.", "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" : "SupportsCDC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SupportsCDC", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "SupportsCDC", "setterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.", "setterMethodName" : "setSupportsCDC", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of endpoint.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                                                        The type of endpoint.

                                                        ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                                                        The type of endpoint.

                                                        \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                                                        The type of endpoint.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                                                        \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                                                        The type of endpoint.

                                                        \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                                        The type of endpoint.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointType" : { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of endpoint.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                                                        The type of endpoint.

                                                        ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                                                        The type of endpoint.

                                                        \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                                                        The type of endpoint.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                                                        \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                                                        The type of endpoint.

                                                        \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                                        The type of endpoint.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EngineName" : { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@return The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SupportsCDC" : { "beanStyleGetterMethodName" : "getSupportsCDC", "beanStyleSetterMethodName" : "setSupportsCDC", "c2jName" : "SupportsCDC", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \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 #supportsCDC(Boolean)}.\n@param supportsCDC 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 #supportsCDC(Boolean)", "deprecated" : false, "documentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "supportsCDC", "fluentSetterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportsCDC", "getterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@return Indicates if Change Data Capture (CDC) is supported.", "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" : "SupportsCDC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SupportsCDC", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "SupportsCDC", "setterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.", "setterMethodName" : "setSupportsCDC", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEngineName", "beanStyleSetterMethodName" : "setEngineName", "c2jName" : "EngineName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineName(String)}.\n@param engineName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineName(String)", "deprecated" : false, "documentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "engineName", "fluentSetterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "engineName", "getterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@return The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EngineName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EngineName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EngineName", "setterDocumentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        \n@param engineName The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.", "setterMethodName" : "setEngineName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "engineName", "variableType" : "String", "documentation" : "

                                                        The database engine name. Valid values, depending on the EndPointType, include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, MONGODB, and SQLSERVER.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSupportsCDC", "beanStyleSetterMethodName" : "setSupportsCDC", "c2jName" : "SupportsCDC", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \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 #supportsCDC(Boolean)}.\n@param supportsCDC 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 #supportsCDC(Boolean)", "deprecated" : false, "documentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "supportsCDC", "fluentSetterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "supportsCDC", "getterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@return Indicates if Change Data Capture (CDC) is supported.", "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" : "SupportsCDC", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SupportsCDC", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "SupportsCDC", "setterDocumentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        \n@param supportsCDC Indicates if Change Data Capture (CDC) is supported.", "setterMethodName" : "setSupportsCDC", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "supportsCDC", "variableType" : "Boolean", "documentation" : "

                                                        Indicates if Change Data Capture (CDC) is supported.

                                                        ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointType", "beanStyleSetterMethodName" : "setEndpointType", "c2jName" : "EndpointType", "c2jShape" : "ReplicationEndpointTypeValue", "defaultConsumerFluentSetterDocumentation" : "

                                                        The type of endpoint.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointTypeString(String)}.\n@param endpointType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointType(String)", "deprecated" : false, "documentation" : "

                                                        The type of endpoint.

                                                        ", "enumType" : "ReplicationEndpointTypeValue", "fluentEnumGetterMethodName" : "endpointType", "fluentGetterMethodName" : "endpointTypeString", "fluentSetterDocumentation" : "

                                                        The type of endpoint.

                                                        \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationEndpointTypeValue", "fluentSetterMethodName" : "endpointType", "getterDocumentation" : "

                                                        The type of endpoint.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #endpointType} will return {@link ReplicationEndpointTypeValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #endpointTypeString}.\n

                                                        \n@return The type of endpoint.\n@see ReplicationEndpointTypeValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointType", "setterDocumentation" : "

                                                        The type of endpoint.

                                                        \n@param endpointType The type of endpoint.\n@see ReplicationEndpointTypeValue", "setterMethodName" : "setEndpointType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointType", "variableType" : "String", "documentation" : "

                                                        The type of endpoint.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SupportedEndpointType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SupportedEndpointType", "variableName" : "supportedEndpointType", "variableType" : "SupportedEndpointType", "documentation" : null, "simpleType" : "SupportedEndpointType", "variableSetterType" : "SupportedEndpointType" }, "wrapper" : false }, "TableStatistics" : { "c2jName" : "TableStatistics", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaName", "beanStyleSetterMethodName" : "setSchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The schema 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 #schemaName(String)}.\n@param schemaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaName(String)", "deprecated" : false, "documentation" : "

                                                        The schema name.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemaName", "fluentSetterDocumentation" : "

                                                        The schema name.

                                                        \n@param schemaName The schema name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaName", "getterDocumentation" : "

                                                        The schema name.

                                                        \n@return The schema 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" : "SchemaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SchemaName", "setterDocumentation" : "

                                                        The schema name.

                                                        \n@param schemaName The schema name.", "setterMethodName" : "setSchemaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : "

                                                        The schema name.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the table.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                                                        The name of the table.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                        The name of the table.

                                                        \n@param tableName The name of the table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                        The name of the table.

                                                        \n@return The name of the table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                                                        The name of the table.

                                                        \n@param tableName The name of the table.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                        The name of the table.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInserts", "beanStyleSetterMethodName" : "setInserts", "c2jName" : "Inserts", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of insert actions performed on a table.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #inserts(Long)}.\n@param inserts a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inserts(Long)", "deprecated" : false, "documentation" : "

                                                        The number of insert actions performed on a table.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inserts", "fluentSetterDocumentation" : "

                                                        The number of insert actions performed on a table.

                                                        \n@param inserts The number of insert actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inserts", "getterDocumentation" : "

                                                        The number of insert actions performed on a table.

                                                        \n@return The number of insert actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Inserts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inserts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Inserts", "setterDocumentation" : "

                                                        The number of insert actions performed on a table.

                                                        \n@param inserts The number of insert actions performed on a table.", "setterMethodName" : "setInserts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "inserts", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "inserts", "variableType" : "Long", "documentation" : "

                                                        The number of insert actions performed on a table.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeletes", "beanStyleSetterMethodName" : "setDeletes", "c2jName" : "Deletes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of delete actions performed on a table.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #deletes(Long)}.\n@param deletes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deletes(Long)", "deprecated" : false, "documentation" : "

                                                        The number of delete actions performed on a table.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "deletes", "fluentSetterDocumentation" : "

                                                        The number of delete actions performed on a table.

                                                        \n@param deletes The number of delete actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletes", "getterDocumentation" : "

                                                        The number of delete actions performed on a table.

                                                        \n@return The number of delete actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Deletes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deletes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Deletes", "setterDocumentation" : "

                                                        The number of delete actions performed on a table.

                                                        \n@param deletes The number of delete actions performed on a table.", "setterMethodName" : "setDeletes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deletes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "deletes", "variableType" : "Long", "documentation" : "

                                                        The number of delete actions performed on a table.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdates", "beanStyleSetterMethodName" : "setUpdates", "c2jName" : "Updates", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of update actions performed on a table.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #updates(Long)}.\n@param updates a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updates(Long)", "deprecated" : false, "documentation" : "

                                                        The number of update actions performed on a table.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "updates", "fluentSetterDocumentation" : "

                                                        The number of update actions performed on a table.

                                                        \n@param updates The number of update actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updates", "getterDocumentation" : "

                                                        The number of update actions performed on a table.

                                                        \n@return The number of update actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Updates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Updates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Updates", "setterDocumentation" : "

                                                        The number of update actions performed on a table.

                                                        \n@param updates The number of update actions performed on a table.", "setterMethodName" : "setUpdates", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "updates", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "updates", "variableType" : "Long", "documentation" : "

                                                        The number of update actions performed on a table.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDdls", "beanStyleSetterMethodName" : "setDdls", "c2jName" : "Ddls", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ddls(Long)}.\n@param ddls a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ddls(Long)", "deprecated" : false, "documentation" : "

                                                        The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "ddls", "fluentSetterDocumentation" : "

                                                        The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                        \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ddls", "getterDocumentation" : "

                                                        The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                        \n@return The Data Definition Language (DDL) used to build and modify the structure of your tables.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ddls", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ddls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Ddls", "setterDocumentation" : "

                                                        The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                        \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.", "setterMethodName" : "setDdls", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ddls", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ddls", "variableType" : "Long", "documentation" : "

                                                        The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadRows", "beanStyleSetterMethodName" : "setFullLoadRows", "c2jName" : "FullLoadRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of rows added during the Full Load operation.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadRows(Long)}.\n@param fullLoadRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadRows(Long)", "deprecated" : false, "documentation" : "

                                                        The number of rows added during the Full Load operation.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadRows", "fluentSetterDocumentation" : "

                                                        The number of rows added during the Full Load operation.

                                                        \n@param fullLoadRows The number of rows added during the Full Load operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadRows", "getterDocumentation" : "

                                                        The number of rows added during the Full Load operation.

                                                        \n@return The number of rows added during the Full Load operation.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadRows", "setterDocumentation" : "

                                                        The number of rows added during the Full Load operation.

                                                        \n@param fullLoadRows The number of rows added during the Full Load operation.", "setterMethodName" : "setFullLoadRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadRows", "variableType" : "Long", "documentation" : "

                                                        The number of rows added during the Full Load operation.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadCondtnlChkFailedRows", "beanStyleSetterMethodName" : "setFullLoadCondtnlChkFailedRows", "c2jName" : "FullLoadCondtnlChkFailedRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadCondtnlChkFailedRows(Long)}.\n@param fullLoadCondtnlChkFailedRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadCondtnlChkFailedRows(Long)", "deprecated" : false, "documentation" : "

                                                        The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadCondtnlChkFailedRows", "fluentSetterDocumentation" : "

                                                        The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \n@param fullLoadCondtnlChkFailedRows The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadCondtnlChkFailedRows", "getterDocumentation" : "

                                                        The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \n@return The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadCondtnlChkFailedRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadCondtnlChkFailedRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadCondtnlChkFailedRows", "setterDocumentation" : "

                                                        The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \n@param fullLoadCondtnlChkFailedRows The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).", "setterMethodName" : "setFullLoadCondtnlChkFailedRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadCondtnlChkFailedRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadCondtnlChkFailedRows", "variableType" : "Long", "documentation" : "

                                                        The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadErrorRows", "beanStyleSetterMethodName" : "setFullLoadErrorRows", "c2jName" : "FullLoadErrorRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadErrorRows(Long)}.\n@param fullLoadErrorRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadErrorRows(Long)", "deprecated" : false, "documentation" : "

                                                        The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadErrorRows", "fluentSetterDocumentation" : "

                                                        The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \n@param fullLoadErrorRows The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadErrorRows", "getterDocumentation" : "

                                                        The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \n@return The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadErrorRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadErrorRows", "setterDocumentation" : "

                                                        The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        \n@param fullLoadErrorRows The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).", "setterMethodName" : "setFullLoadErrorRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadErrorRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadErrorRows", "variableType" : "Long", "documentation" : "

                                                        The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "LastUpdateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                        The last time the table was updated.

                                                        \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "documentation" : "

                                                        The last time the table was updated.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

                                                        The last time the table was updated.

                                                        \n@param lastUpdateTime The last time the table was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

                                                        The last time the table was updated.

                                                        \n@return The last time the table was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "setterDocumentation" : "

                                                        The last time the table was updated.

                                                        \n@param lastUpdateTime The last time the table was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                        The last time the table was updated.

                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableState", "beanStyleSetterMethodName" : "setTableState", "c2jName" : "TableState", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableState(String)}.\n@param tableState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableState(String)", "deprecated" : false, "documentation" : "

                                                        The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableState", "fluentSetterDocumentation" : "

                                                        The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                        \n@param tableState The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableState", "getterDocumentation" : "

                                                        The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                        \n@return The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableState", "setterDocumentation" : "

                                                        The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                        \n@param tableState The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded", "setterMethodName" : "setTableState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableState", "variableType" : "String", "documentation" : "

                                                        The state of the tables described.

                                                        Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationPendingRecords", "beanStyleSetterMethodName" : "setValidationPendingRecords", "c2jName" : "ValidationPendingRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of records that have yet to be validated.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationPendingRecords(Long)}.\n@param validationPendingRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationPendingRecords(Long)", "deprecated" : false, "documentation" : "

                                                        The number of records that have yet to be validated.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationPendingRecords", "fluentSetterDocumentation" : "

                                                        The number of records that have yet to be validated.

                                                        \n@param validationPendingRecords The number of records that have yet to be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationPendingRecords", "getterDocumentation" : "

                                                        The number of records that have yet to be validated.

                                                        \n@return The number of records that have yet to be validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationPendingRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationPendingRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationPendingRecords", "setterDocumentation" : "

                                                        The number of records that have yet to be validated.

                                                        \n@param validationPendingRecords The number of records that have yet to be validated.", "setterMethodName" : "setValidationPendingRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationPendingRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationPendingRecords", "variableType" : "Long", "documentation" : "

                                                        The number of records that have yet to be validated.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationFailedRecords", "beanStyleSetterMethodName" : "setValidationFailedRecords", "c2jName" : "ValidationFailedRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of records that failed validation.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationFailedRecords(Long)}.\n@param validationFailedRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationFailedRecords(Long)", "deprecated" : false, "documentation" : "

                                                        The number of records that failed validation.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationFailedRecords", "fluentSetterDocumentation" : "

                                                        The number of records that failed validation.

                                                        \n@param validationFailedRecords The number of records that failed validation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationFailedRecords", "getterDocumentation" : "

                                                        The number of records that failed validation.

                                                        \n@return The number of records that failed validation.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationFailedRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationFailedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationFailedRecords", "setterDocumentation" : "

                                                        The number of records that failed validation.

                                                        \n@param validationFailedRecords The number of records that failed validation.", "setterMethodName" : "setValidationFailedRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationFailedRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationFailedRecords", "variableType" : "Long", "documentation" : "

                                                        The number of records that failed validation.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationSuspendedRecords", "beanStyleSetterMethodName" : "setValidationSuspendedRecords", "c2jName" : "ValidationSuspendedRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of records that could not be validated.

                                                        \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationSuspendedRecords(Long)}.\n@param validationSuspendedRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationSuspendedRecords(Long)", "deprecated" : false, "documentation" : "

                                                        The number of records that could not be validated.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationSuspendedRecords", "fluentSetterDocumentation" : "

                                                        The number of records that could not be validated.

                                                        \n@param validationSuspendedRecords The number of records that could not be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationSuspendedRecords", "getterDocumentation" : "

                                                        The number of records that could not be validated.

                                                        \n@return The number of records that could not be validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationSuspendedRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationSuspendedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationSuspendedRecords", "setterDocumentation" : "

                                                        The number of records that could not be validated.

                                                        \n@param validationSuspendedRecords The number of records that could not be validated.", "setterMethodName" : "setValidationSuspendedRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationSuspendedRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationSuspendedRecords", "variableType" : "Long", "documentation" : "

                                                        The number of records that could not be validated.

                                                        ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationState", "beanStyleSetterMethodName" : "setValidationState", "c2jName" : "ValidationState", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                        The validation state of the table.

                                                        The parameter can have the following values

                                                        • Not enabled—Validation is not enabled for the table in the migration task.

                                                        • Pending records—Some records in the table are waiting for validation.

                                                        • Mismatched records—Some records in the table do not match between the source and target.

                                                        • Suspended records—Some records in the table could not be validated.

                                                        • No primary key—The table could not be validated because it had no primary key.

                                                        • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                        • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                        • Error—The table could not be validated because of an unexpected error.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationState(String)}.\n@param validationState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationState(String)", "deprecated" : false, "documentation" : "

                                                        The validation state of the table.

                                                        The parameter can have the following values

                                                        • Not enabled—Validation is not enabled for the table in the migration task.

                                                        • Pending records—Some records in the table are waiting for validation.

                                                        • Mismatched records—Some records in the table do not match between the source and target.

                                                        • Suspended records—Some records in the table could not be validated.

                                                        • No primary key—The table could not be validated because it had no primary key.

                                                        • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                        • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                        • Error—The table could not be validated because of an unexpected error.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationState", "fluentSetterDocumentation" : "

                                                        The validation state of the table.

                                                        The parameter can have the following values

                                                        • Not enabled—Validation is not enabled for the table in the migration task.

                                                        • Pending records—Some records in the table are waiting for validation.

                                                        • Mismatched records—Some records in the table do not match between the source and target.

                                                        • Suspended records—Some records in the table could not be validated.

                                                        • No primary key—The table could not be validated because it had no primary key.

                                                        • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                        • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                        • Error—The table could not be validated because of an unexpected error.

                                                        \n@param validationState The validation state of the table.

                                                        The parameter can have the following values

                                                        • Not enabled—Validation is not enabled for the table in the migration task.

                                                        • Pending records—Some records in the table are waiting for validation.

                                                        • Mismatched records—Some records in the table do not match between the source and target.

                                                        • Suspended records—Some records in the table could not be validated.

                                                        • No primary key—The table could not be validated because it had no primary key.

                                                        • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                        • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                        • Error—The table could not be validated because of an unexpected error.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationState", "getterDocumentation" : "

                                                          The validation state of the table.

                                                          The parameter can have the following values

                                                          • Not enabled—Validation is not enabled for the table in the migration task.

                                                          • Pending records—Some records in the table are waiting for validation.

                                                          • Mismatched records—Some records in the table do not match between the source and target.

                                                          • Suspended records—Some records in the table could not be validated.

                                                          • No primary key—The table could not be validated because it had no primary key.

                                                          • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                          • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                          • Error—The table could not be validated because of an unexpected error.

                                                          \n@return The validation state of the table.

                                                          The parameter can have the following values

                                                          • Not enabled—Validation is not enabled for the table in the migration task.

                                                          • Pending records—Some records in the table are waiting for validation.

                                                          • Mismatched records—Some records in the table do not match between the source and target.

                                                          • Suspended records—Some records in the table could not be validated.

                                                          • No primary key—The table could not be validated because it had no primary key.

                                                          • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                          • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                          • Error—The table could not be validated because of an unexpected error.

                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ValidationState", "setterDocumentation" : "

                                                            The validation state of the table.

                                                            The parameter can have the following values

                                                            • Not enabled—Validation is not enabled for the table in the migration task.

                                                            • Pending records—Some records in the table are waiting for validation.

                                                            • Mismatched records—Some records in the table do not match between the source and target.

                                                            • Suspended records—Some records in the table could not be validated.

                                                            • No primary key—The table could not be validated because it had no primary key.

                                                            • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                            • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                            • Error—The table could not be validated because of an unexpected error.

                                                            \n@param validationState The validation state of the table.

                                                            The parameter can have the following values

                                                            • Not enabled—Validation is not enabled for the table in the migration task.

                                                            • Pending records—Some records in the table are waiting for validation.

                                                            • Mismatched records—Some records in the table do not match between the source and target.

                                                            • Suspended records—Some records in the table could not be validated.

                                                            • No primary key—The table could not be validated because it had no primary key.

                                                            • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                            • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                            • Error—The table could not be validated because of an unexpected error.

                                                            • ", "setterMethodName" : "setValidationState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationState", "variableType" : "String", "documentation" : "

                                                              The validation state of the table.

                                                              The parameter can have the following values

                                                              • Not enabled—Validation is not enabled for the table in the migration task.

                                                              • Pending records—Some records in the table are waiting for validation.

                                                              • Mismatched records—Some records in the table do not match between the source and target.

                                                              • Suspended records—Some records in the table could not be validated.

                                                              • No primary key—The table could not be validated because it had no primary key.

                                                              • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                              • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                              • Error—The table could not be validated because of an unexpected error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ddls" : { "beanStyleGetterMethodName" : "getDdls", "beanStyleSetterMethodName" : "setDdls", "c2jName" : "Ddls", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ddls(Long)}.\n@param ddls a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ddls(Long)", "deprecated" : false, "documentation" : "

                                                              The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "ddls", "fluentSetterDocumentation" : "

                                                              The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                              \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ddls", "getterDocumentation" : "

                                                              The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                              \n@return The Data Definition Language (DDL) used to build and modify the structure of your tables.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ddls", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ddls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Ddls", "setterDocumentation" : "

                                                              The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                              \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.", "setterMethodName" : "setDdls", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ddls", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ddls", "variableType" : "Long", "documentation" : "

                                                              The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Deletes" : { "beanStyleGetterMethodName" : "getDeletes", "beanStyleSetterMethodName" : "setDeletes", "c2jName" : "Deletes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of delete actions performed on a table.

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #deletes(Long)}.\n@param deletes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deletes(Long)", "deprecated" : false, "documentation" : "

                                                              The number of delete actions performed on a table.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "deletes", "fluentSetterDocumentation" : "

                                                              The number of delete actions performed on a table.

                                                              \n@param deletes The number of delete actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletes", "getterDocumentation" : "

                                                              The number of delete actions performed on a table.

                                                              \n@return The number of delete actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Deletes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deletes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Deletes", "setterDocumentation" : "

                                                              The number of delete actions performed on a table.

                                                              \n@param deletes The number of delete actions performed on a table.", "setterMethodName" : "setDeletes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deletes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "deletes", "variableType" : "Long", "documentation" : "

                                                              The number of delete actions performed on a table.

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FullLoadCondtnlChkFailedRows" : { "beanStyleGetterMethodName" : "getFullLoadCondtnlChkFailedRows", "beanStyleSetterMethodName" : "setFullLoadCondtnlChkFailedRows", "c2jName" : "FullLoadCondtnlChkFailedRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadCondtnlChkFailedRows(Long)}.\n@param fullLoadCondtnlChkFailedRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadCondtnlChkFailedRows(Long)", "deprecated" : false, "documentation" : "

                                                              The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadCondtnlChkFailedRows", "fluentSetterDocumentation" : "

                                                              The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \n@param fullLoadCondtnlChkFailedRows The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadCondtnlChkFailedRows", "getterDocumentation" : "

                                                              The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \n@return The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadCondtnlChkFailedRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadCondtnlChkFailedRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadCondtnlChkFailedRows", "setterDocumentation" : "

                                                              The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \n@param fullLoadCondtnlChkFailedRows The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).", "setterMethodName" : "setFullLoadCondtnlChkFailedRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadCondtnlChkFailedRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadCondtnlChkFailedRows", "variableType" : "Long", "documentation" : "

                                                              The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FullLoadErrorRows" : { "beanStyleGetterMethodName" : "getFullLoadErrorRows", "beanStyleSetterMethodName" : "setFullLoadErrorRows", "c2jName" : "FullLoadErrorRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadErrorRows(Long)}.\n@param fullLoadErrorRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadErrorRows(Long)", "deprecated" : false, "documentation" : "

                                                              The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadErrorRows", "fluentSetterDocumentation" : "

                                                              The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \n@param fullLoadErrorRows The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadErrorRows", "getterDocumentation" : "

                                                              The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \n@return The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadErrorRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadErrorRows", "setterDocumentation" : "

                                                              The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              \n@param fullLoadErrorRows The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).", "setterMethodName" : "setFullLoadErrorRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadErrorRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadErrorRows", "variableType" : "Long", "documentation" : "

                                                              The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FullLoadRows" : { "beanStyleGetterMethodName" : "getFullLoadRows", "beanStyleSetterMethodName" : "setFullLoadRows", "c2jName" : "FullLoadRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of rows added during the Full Load operation.

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadRows(Long)}.\n@param fullLoadRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadRows(Long)", "deprecated" : false, "documentation" : "

                                                              The number of rows added during the Full Load operation.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadRows", "fluentSetterDocumentation" : "

                                                              The number of rows added during the Full Load operation.

                                                              \n@param fullLoadRows The number of rows added during the Full Load operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadRows", "getterDocumentation" : "

                                                              The number of rows added during the Full Load operation.

                                                              \n@return The number of rows added during the Full Load operation.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadRows", "setterDocumentation" : "

                                                              The number of rows added during the Full Load operation.

                                                              \n@param fullLoadRows The number of rows added during the Full Load operation.", "setterMethodName" : "setFullLoadRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadRows", "variableType" : "Long", "documentation" : "

                                                              The number of rows added during the Full Load operation.

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Inserts" : { "beanStyleGetterMethodName" : "getInserts", "beanStyleSetterMethodName" : "setInserts", "c2jName" : "Inserts", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of insert actions performed on a table.

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #inserts(Long)}.\n@param inserts a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inserts(Long)", "deprecated" : false, "documentation" : "

                                                              The number of insert actions performed on a table.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inserts", "fluentSetterDocumentation" : "

                                                              The number of insert actions performed on a table.

                                                              \n@param inserts The number of insert actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inserts", "getterDocumentation" : "

                                                              The number of insert actions performed on a table.

                                                              \n@return The number of insert actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Inserts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inserts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Inserts", "setterDocumentation" : "

                                                              The number of insert actions performed on a table.

                                                              \n@param inserts The number of insert actions performed on a table.", "setterMethodName" : "setInserts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "inserts", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "inserts", "variableType" : "Long", "documentation" : "

                                                              The number of insert actions performed on a table.

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "LastUpdateTime" : { "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "LastUpdateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                              The last time the table was updated.

                                                              \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "documentation" : "

                                                              The last time the table was updated.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

                                                              The last time the table was updated.

                                                              \n@param lastUpdateTime The last time the table was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

                                                              The last time the table was updated.

                                                              \n@return The last time the table was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "setterDocumentation" : "

                                                              The last time the table was updated.

                                                              \n@param lastUpdateTime The last time the table was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              The last time the table was updated.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "SchemaName" : { "beanStyleGetterMethodName" : "getSchemaName", "beanStyleSetterMethodName" : "setSchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The schema 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 #schemaName(String)}.\n@param schemaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaName(String)", "deprecated" : false, "documentation" : "

                                                              The schema name.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemaName", "fluentSetterDocumentation" : "

                                                              The schema name.

                                                              \n@param schemaName The schema name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaName", "getterDocumentation" : "

                                                              The schema name.

                                                              \n@return The schema 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" : "SchemaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SchemaName", "setterDocumentation" : "

                                                              The schema name.

                                                              \n@param schemaName The schema name.", "setterMethodName" : "setSchemaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : "

                                                              The schema name.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the table.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                                                              The name of the table.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                              The name of the table.

                                                              \n@param tableName The name of the table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                              The name of the table.

                                                              \n@return The name of the table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                                                              The name of the table.

                                                              \n@param tableName The name of the table.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                              The name of the table.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableState" : { "beanStyleGetterMethodName" : "getTableState", "beanStyleSetterMethodName" : "setTableState", "c2jName" : "TableState", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableState(String)}.\n@param tableState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableState(String)", "deprecated" : false, "documentation" : "

                                                              The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableState", "fluentSetterDocumentation" : "

                                                              The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                              \n@param tableState The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableState", "getterDocumentation" : "

                                                              The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                              \n@return The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableState", "setterDocumentation" : "

                                                              The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                              \n@param tableState The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded", "setterMethodName" : "setTableState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableState", "variableType" : "String", "documentation" : "

                                                              The state of the tables described.

                                                              Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Updates" : { "beanStyleGetterMethodName" : "getUpdates", "beanStyleSetterMethodName" : "setUpdates", "c2jName" : "Updates", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of update actions performed on a table.

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #updates(Long)}.\n@param updates a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updates(Long)", "deprecated" : false, "documentation" : "

                                                              The number of update actions performed on a table.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "updates", "fluentSetterDocumentation" : "

                                                              The number of update actions performed on a table.

                                                              \n@param updates The number of update actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updates", "getterDocumentation" : "

                                                              The number of update actions performed on a table.

                                                              \n@return The number of update actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Updates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Updates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Updates", "setterDocumentation" : "

                                                              The number of update actions performed on a table.

                                                              \n@param updates The number of update actions performed on a table.", "setterMethodName" : "setUpdates", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "updates", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "updates", "variableType" : "Long", "documentation" : "

                                                              The number of update actions performed on a table.

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ValidationFailedRecords" : { "beanStyleGetterMethodName" : "getValidationFailedRecords", "beanStyleSetterMethodName" : "setValidationFailedRecords", "c2jName" : "ValidationFailedRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of records that failed validation.

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationFailedRecords(Long)}.\n@param validationFailedRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationFailedRecords(Long)", "deprecated" : false, "documentation" : "

                                                              The number of records that failed validation.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationFailedRecords", "fluentSetterDocumentation" : "

                                                              The number of records that failed validation.

                                                              \n@param validationFailedRecords The number of records that failed validation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationFailedRecords", "getterDocumentation" : "

                                                              The number of records that failed validation.

                                                              \n@return The number of records that failed validation.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationFailedRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationFailedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationFailedRecords", "setterDocumentation" : "

                                                              The number of records that failed validation.

                                                              \n@param validationFailedRecords The number of records that failed validation.", "setterMethodName" : "setValidationFailedRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationFailedRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationFailedRecords", "variableType" : "Long", "documentation" : "

                                                              The number of records that failed validation.

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ValidationPendingRecords" : { "beanStyleGetterMethodName" : "getValidationPendingRecords", "beanStyleSetterMethodName" : "setValidationPendingRecords", "c2jName" : "ValidationPendingRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of records that have yet to be validated.

                                                              \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationPendingRecords(Long)}.\n@param validationPendingRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationPendingRecords(Long)", "deprecated" : false, "documentation" : "

                                                              The number of records that have yet to be validated.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationPendingRecords", "fluentSetterDocumentation" : "

                                                              The number of records that have yet to be validated.

                                                              \n@param validationPendingRecords The number of records that have yet to be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationPendingRecords", "getterDocumentation" : "

                                                              The number of records that have yet to be validated.

                                                              \n@return The number of records that have yet to be validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationPendingRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationPendingRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationPendingRecords", "setterDocumentation" : "

                                                              The number of records that have yet to be validated.

                                                              \n@param validationPendingRecords The number of records that have yet to be validated.", "setterMethodName" : "setValidationPendingRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationPendingRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationPendingRecords", "variableType" : "Long", "documentation" : "

                                                              The number of records that have yet to be validated.

                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ValidationState" : { "beanStyleGetterMethodName" : "getValidationState", "beanStyleSetterMethodName" : "setValidationState", "c2jName" : "ValidationState", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                              The validation state of the table.

                                                              The parameter can have the following values

                                                              • Not enabled—Validation is not enabled for the table in the migration task.

                                                              • Pending records—Some records in the table are waiting for validation.

                                                              • Mismatched records—Some records in the table do not match between the source and target.

                                                              • Suspended records—Some records in the table could not be validated.

                                                              • No primary key—The table could not be validated because it had no primary key.

                                                              • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                              • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                              • Error—The table could not be validated because of an unexpected error.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationState(String)}.\n@param validationState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationState(String)", "deprecated" : false, "documentation" : "

                                                              The validation state of the table.

                                                              The parameter can have the following values

                                                              • Not enabled—Validation is not enabled for the table in the migration task.

                                                              • Pending records—Some records in the table are waiting for validation.

                                                              • Mismatched records—Some records in the table do not match between the source and target.

                                                              • Suspended records—Some records in the table could not be validated.

                                                              • No primary key—The table could not be validated because it had no primary key.

                                                              • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                              • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                              • Error—The table could not be validated because of an unexpected error.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationState", "fluentSetterDocumentation" : "

                                                              The validation state of the table.

                                                              The parameter can have the following values

                                                              • Not enabled—Validation is not enabled for the table in the migration task.

                                                              • Pending records—Some records in the table are waiting for validation.

                                                              • Mismatched records—Some records in the table do not match between the source and target.

                                                              • Suspended records—Some records in the table could not be validated.

                                                              • No primary key—The table could not be validated because it had no primary key.

                                                              • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                              • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                              • Error—The table could not be validated because of an unexpected error.

                                                              \n@param validationState The validation state of the table.

                                                              The parameter can have the following values

                                                              • Not enabled—Validation is not enabled for the table in the migration task.

                                                              • Pending records—Some records in the table are waiting for validation.

                                                              • Mismatched records—Some records in the table do not match between the source and target.

                                                              • Suspended records—Some records in the table could not be validated.

                                                              • No primary key—The table could not be validated because it had no primary key.

                                                              • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                              • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                              • Error—The table could not be validated because of an unexpected error.

                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationState", "getterDocumentation" : "

                                                                The validation state of the table.

                                                                The parameter can have the following values

                                                                • Not enabled—Validation is not enabled for the table in the migration task.

                                                                • Pending records—Some records in the table are waiting for validation.

                                                                • Mismatched records—Some records in the table do not match between the source and target.

                                                                • Suspended records—Some records in the table could not be validated.

                                                                • No primary key—The table could not be validated because it had no primary key.

                                                                • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                • Error—The table could not be validated because of an unexpected error.

                                                                \n@return The validation state of the table.

                                                                The parameter can have the following values

                                                                • Not enabled—Validation is not enabled for the table in the migration task.

                                                                • Pending records—Some records in the table are waiting for validation.

                                                                • Mismatched records—Some records in the table do not match between the source and target.

                                                                • Suspended records—Some records in the table could not be validated.

                                                                • No primary key—The table could not be validated because it had no primary key.

                                                                • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                • Error—The table could not be validated because of an unexpected error.

                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ValidationState", "setterDocumentation" : "

                                                                  The validation state of the table.

                                                                  The parameter can have the following values

                                                                  • Not enabled—Validation is not enabled for the table in the migration task.

                                                                  • Pending records—Some records in the table are waiting for validation.

                                                                  • Mismatched records—Some records in the table do not match between the source and target.

                                                                  • Suspended records—Some records in the table could not be validated.

                                                                  • No primary key—The table could not be validated because it had no primary key.

                                                                  • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                  • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                  • Error—The table could not be validated because of an unexpected error.

                                                                  \n@param validationState The validation state of the table.

                                                                  The parameter can have the following values

                                                                  • Not enabled—Validation is not enabled for the table in the migration task.

                                                                  • Pending records—Some records in the table are waiting for validation.

                                                                  • Mismatched records—Some records in the table do not match between the source and target.

                                                                  • Suspended records—Some records in the table could not be validated.

                                                                  • No primary key—The table could not be validated because it had no primary key.

                                                                  • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                  • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                  • Error—The table could not be validated because of an unexpected error.

                                                                  • ", "setterMethodName" : "setValidationState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationState", "variableType" : "String", "documentation" : "

                                                                    The validation state of the table.

                                                                    The parameter can have the following values

                                                                    • Not enabled—Validation is not enabled for the table in the migration task.

                                                                    • Pending records—Some records in the table are waiting for validation.

                                                                    • Mismatched records—Some records in the table do not match between the source and target.

                                                                    • Suspended records—Some records in the table could not be validated.

                                                                    • No primary key—The table could not be validated because it had no primary key.

                                                                    • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                    • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                    • Error—The table could not be validated because of an unexpected error.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ValidationSuspendedRecords" : { "beanStyleGetterMethodName" : "getValidationSuspendedRecords", "beanStyleSetterMethodName" : "setValidationSuspendedRecords", "c2jName" : "ValidationSuspendedRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationSuspendedRecords(Long)}.\n@param validationSuspendedRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationSuspendedRecords(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of records that could not be validated.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationSuspendedRecords", "fluentSetterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \n@param validationSuspendedRecords The number of records that could not be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationSuspendedRecords", "getterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \n@return The number of records that could not be validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationSuspendedRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationSuspendedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationSuspendedRecords", "setterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \n@param validationSuspendedRecords The number of records that could not be validated.", "setterMethodName" : "setValidationSuspendedRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationSuspendedRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationSuspendedRecords", "variableType" : "Long", "documentation" : "

                                                                    The number of records that could not be validated.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaName", "beanStyleSetterMethodName" : "setSchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The schema 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 #schemaName(String)}.\n@param schemaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaName(String)", "deprecated" : false, "documentation" : "

                                                                    The schema name.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemaName", "fluentSetterDocumentation" : "

                                                                    The schema name.

                                                                    \n@param schemaName The schema name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaName", "getterDocumentation" : "

                                                                    The schema name.

                                                                    \n@return The schema 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" : "SchemaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SchemaName", "setterDocumentation" : "

                                                                    The schema name.

                                                                    \n@param schemaName The schema name.", "setterMethodName" : "setSchemaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : "

                                                                    The schema name.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The name of the table.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                                                                    The name of the table.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                    The name of the table.

                                                                    \n@param tableName The name of the table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                    The name of the table.

                                                                    \n@return The name of the table.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                                                                    The name of the table.

                                                                    \n@param tableName The name of the table.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                    The name of the table.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInserts", "beanStyleSetterMethodName" : "setInserts", "c2jName" : "Inserts", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of insert actions performed on a table.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #inserts(Long)}.\n@param inserts a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inserts(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of insert actions performed on a table.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "inserts", "fluentSetterDocumentation" : "

                                                                    The number of insert actions performed on a table.

                                                                    \n@param inserts The number of insert actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inserts", "getterDocumentation" : "

                                                                    The number of insert actions performed on a table.

                                                                    \n@return The number of insert actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Inserts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Inserts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Inserts", "setterDocumentation" : "

                                                                    The number of insert actions performed on a table.

                                                                    \n@param inserts The number of insert actions performed on a table.", "setterMethodName" : "setInserts", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "inserts", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "inserts", "variableType" : "Long", "documentation" : "

                                                                    The number of insert actions performed on a table.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDeletes", "beanStyleSetterMethodName" : "setDeletes", "c2jName" : "Deletes", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of delete actions performed on a table.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #deletes(Long)}.\n@param deletes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deletes(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of delete actions performed on a table.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "deletes", "fluentSetterDocumentation" : "

                                                                    The number of delete actions performed on a table.

                                                                    \n@param deletes The number of delete actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deletes", "getterDocumentation" : "

                                                                    The number of delete actions performed on a table.

                                                                    \n@return The number of delete actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Deletes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deletes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Deletes", "setterDocumentation" : "

                                                                    The number of delete actions performed on a table.

                                                                    \n@param deletes The number of delete actions performed on a table.", "setterMethodName" : "setDeletes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "deletes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "deletes", "variableType" : "Long", "documentation" : "

                                                                    The number of delete actions performed on a table.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUpdates", "beanStyleSetterMethodName" : "setUpdates", "c2jName" : "Updates", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of update actions performed on a table.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #updates(Long)}.\n@param updates a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updates(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of update actions performed on a table.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "updates", "fluentSetterDocumentation" : "

                                                                    The number of update actions performed on a table.

                                                                    \n@param updates The number of update actions performed on a table.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updates", "getterDocumentation" : "

                                                                    The number of update actions performed on a table.

                                                                    \n@return The number of update actions performed on a table.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Updates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Updates", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Updates", "setterDocumentation" : "

                                                                    The number of update actions performed on a table.

                                                                    \n@param updates The number of update actions performed on a table.", "setterMethodName" : "setUpdates", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "updates", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "updates", "variableType" : "Long", "documentation" : "

                                                                    The number of update actions performed on a table.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDdls", "beanStyleSetterMethodName" : "setDdls", "c2jName" : "Ddls", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ddls(Long)}.\n@param ddls a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ddls(Long)", "deprecated" : false, "documentation" : "

                                                                    The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "ddls", "fluentSetterDocumentation" : "

                                                                    The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                                    \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ddls", "getterDocumentation" : "

                                                                    The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                                    \n@return The Data Definition Language (DDL) used to build and modify the structure of your tables.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ddls", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ddls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Ddls", "setterDocumentation" : "

                                                                    The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                                    \n@param ddls The Data Definition Language (DDL) used to build and modify the structure of your tables.", "setterMethodName" : "setDdls", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ddls", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ddls", "variableType" : "Long", "documentation" : "

                                                                    The Data Definition Language (DDL) used to build and modify the structure of your tables.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadRows", "beanStyleSetterMethodName" : "setFullLoadRows", "c2jName" : "FullLoadRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of rows added during the Full Load operation.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadRows(Long)}.\n@param fullLoadRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadRows(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of rows added during the Full Load operation.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadRows", "fluentSetterDocumentation" : "

                                                                    The number of rows added during the Full Load operation.

                                                                    \n@param fullLoadRows The number of rows added during the Full Load operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadRows", "getterDocumentation" : "

                                                                    The number of rows added during the Full Load operation.

                                                                    \n@return The number of rows added during the Full Load operation.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadRows", "setterDocumentation" : "

                                                                    The number of rows added during the Full Load operation.

                                                                    \n@param fullLoadRows The number of rows added during the Full Load operation.", "setterMethodName" : "setFullLoadRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadRows", "variableType" : "Long", "documentation" : "

                                                                    The number of rows added during the Full Load operation.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadCondtnlChkFailedRows", "beanStyleSetterMethodName" : "setFullLoadCondtnlChkFailedRows", "c2jName" : "FullLoadCondtnlChkFailedRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadCondtnlChkFailedRows(Long)}.\n@param fullLoadCondtnlChkFailedRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadCondtnlChkFailedRows(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadCondtnlChkFailedRows", "fluentSetterDocumentation" : "

                                                                    The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \n@param fullLoadCondtnlChkFailedRows The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadCondtnlChkFailedRows", "getterDocumentation" : "

                                                                    The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \n@return The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadCondtnlChkFailedRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadCondtnlChkFailedRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadCondtnlChkFailedRows", "setterDocumentation" : "

                                                                    The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \n@param fullLoadCondtnlChkFailedRows The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).", "setterMethodName" : "setFullLoadCondtnlChkFailedRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadCondtnlChkFailedRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadCondtnlChkFailedRows", "variableType" : "Long", "documentation" : "

                                                                    The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFullLoadErrorRows", "beanStyleSetterMethodName" : "setFullLoadErrorRows", "c2jName" : "FullLoadErrorRows", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #fullLoadErrorRows(Long)}.\n@param fullLoadErrorRows a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fullLoadErrorRows(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "fullLoadErrorRows", "fluentSetterDocumentation" : "

                                                                    The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \n@param fullLoadErrorRows The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fullLoadErrorRows", "getterDocumentation" : "

                                                                    The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \n@return The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FullLoadErrorRows", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FullLoadErrorRows", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FullLoadErrorRows", "setterDocumentation" : "

                                                                    The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    \n@param fullLoadErrorRows The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).", "setterMethodName" : "setFullLoadErrorRows", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadErrorRows", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fullLoadErrorRows", "variableType" : "Long", "documentation" : "

                                                                    The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLastUpdateTime", "beanStyleSetterMethodName" : "setLastUpdateTime", "c2jName" : "LastUpdateTime", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The last time the table was updated.

                                                                    \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTime(Instant)}.\n@param lastUpdateTime 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 #lastUpdateTime(Instant)", "deprecated" : false, "documentation" : "

                                                                    The last time the table was updated.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "lastUpdateTime", "fluentSetterDocumentation" : "

                                                                    The last time the table was updated.

                                                                    \n@param lastUpdateTime The last time the table was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdateTime", "getterDocumentation" : "

                                                                    The last time the table was updated.

                                                                    \n@return The last time the table was updated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "LastUpdateTime", "setterDocumentation" : "

                                                                    The last time the table was updated.

                                                                    \n@param lastUpdateTime The last time the table was updated.", "setterMethodName" : "setLastUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdateTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                    The last time the table was updated.

                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableState", "beanStyleSetterMethodName" : "setTableState", "c2jName" : "TableState", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableState(String)}.\n@param tableState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableState(String)", "deprecated" : false, "documentation" : "

                                                                    The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableState", "fluentSetterDocumentation" : "

                                                                    The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                                    \n@param tableState The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableState", "getterDocumentation" : "

                                                                    The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                                    \n@return The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableState", "setterDocumentation" : "

                                                                    The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                                    \n@param tableState The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded", "setterMethodName" : "setTableState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableState", "variableType" : "String", "documentation" : "

                                                                    The state of the tables described.

                                                                    Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationPendingRecords", "beanStyleSetterMethodName" : "setValidationPendingRecords", "c2jName" : "ValidationPendingRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of records that have yet to be validated.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationPendingRecords(Long)}.\n@param validationPendingRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationPendingRecords(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of records that have yet to be validated.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationPendingRecords", "fluentSetterDocumentation" : "

                                                                    The number of records that have yet to be validated.

                                                                    \n@param validationPendingRecords The number of records that have yet to be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationPendingRecords", "getterDocumentation" : "

                                                                    The number of records that have yet to be validated.

                                                                    \n@return The number of records that have yet to be validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationPendingRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationPendingRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationPendingRecords", "setterDocumentation" : "

                                                                    The number of records that have yet to be validated.

                                                                    \n@param validationPendingRecords The number of records that have yet to be validated.", "setterMethodName" : "setValidationPendingRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationPendingRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationPendingRecords", "variableType" : "Long", "documentation" : "

                                                                    The number of records that have yet to be validated.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationFailedRecords", "beanStyleSetterMethodName" : "setValidationFailedRecords", "c2jName" : "ValidationFailedRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of records that failed validation.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationFailedRecords(Long)}.\n@param validationFailedRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationFailedRecords(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of records that failed validation.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationFailedRecords", "fluentSetterDocumentation" : "

                                                                    The number of records that failed validation.

                                                                    \n@param validationFailedRecords The number of records that failed validation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationFailedRecords", "getterDocumentation" : "

                                                                    The number of records that failed validation.

                                                                    \n@return The number of records that failed validation.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationFailedRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationFailedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationFailedRecords", "setterDocumentation" : "

                                                                    The number of records that failed validation.

                                                                    \n@param validationFailedRecords The number of records that failed validation.", "setterMethodName" : "setValidationFailedRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationFailedRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationFailedRecords", "variableType" : "Long", "documentation" : "

                                                                    The number of records that failed validation.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationSuspendedRecords", "beanStyleSetterMethodName" : "setValidationSuspendedRecords", "c2jName" : "ValidationSuspendedRecords", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #validationSuspendedRecords(Long)}.\n@param validationSuspendedRecords a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationSuspendedRecords(Long)", "deprecated" : false, "documentation" : "

                                                                    The number of records that could not be validated.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationSuspendedRecords", "fluentSetterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \n@param validationSuspendedRecords The number of records that could not be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationSuspendedRecords", "getterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \n@return The number of records that could not be validated.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationSuspendedRecords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationSuspendedRecords", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "ValidationSuspendedRecords", "setterDocumentation" : "

                                                                    The number of records that could not be validated.

                                                                    \n@param validationSuspendedRecords The number of records that could not be validated.", "setterMethodName" : "setValidationSuspendedRecords", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validationSuspendedRecords", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "validationSuspendedRecords", "variableType" : "Long", "documentation" : "

                                                                    The number of records that could not be validated.

                                                                    ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationState", "beanStyleSetterMethodName" : "setValidationState", "c2jName" : "ValidationState", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The validation state of the table.

                                                                    The parameter can have the following values

                                                                    • Not enabled—Validation is not enabled for the table in the migration task.

                                                                    • Pending records—Some records in the table are waiting for validation.

                                                                    • Mismatched records—Some records in the table do not match between the source and target.

                                                                    • Suspended records—Some records in the table could not be validated.

                                                                    • No primary key—The table could not be validated because it had no primary key.

                                                                    • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                    • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                    • Error—The table could not be validated because of an unexpected error.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationState(String)}.\n@param validationState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationState(String)", "deprecated" : false, "documentation" : "

                                                                    The validation state of the table.

                                                                    The parameter can have the following values

                                                                    • Not enabled—Validation is not enabled for the table in the migration task.

                                                                    • Pending records—Some records in the table are waiting for validation.

                                                                    • Mismatched records—Some records in the table do not match between the source and target.

                                                                    • Suspended records—Some records in the table could not be validated.

                                                                    • No primary key—The table could not be validated because it had no primary key.

                                                                    • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                    • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                    • Error—The table could not be validated because of an unexpected error.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "validationState", "fluentSetterDocumentation" : "

                                                                    The validation state of the table.

                                                                    The parameter can have the following values

                                                                    • Not enabled—Validation is not enabled for the table in the migration task.

                                                                    • Pending records—Some records in the table are waiting for validation.

                                                                    • Mismatched records—Some records in the table do not match between the source and target.

                                                                    • Suspended records—Some records in the table could not be validated.

                                                                    • No primary key—The table could not be validated because it had no primary key.

                                                                    • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                    • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                    • Error—The table could not be validated because of an unexpected error.

                                                                    \n@param validationState The validation state of the table.

                                                                    The parameter can have the following values

                                                                    • Not enabled—Validation is not enabled for the table in the migration task.

                                                                    • Pending records—Some records in the table are waiting for validation.

                                                                    • Mismatched records—Some records in the table do not match between the source and target.

                                                                    • Suspended records—Some records in the table could not be validated.

                                                                    • No primary key—The table could not be validated because it had no primary key.

                                                                    • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                    • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                    • Error—The table could not be validated because of an unexpected error.

                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationState", "getterDocumentation" : "

                                                                      The validation state of the table.

                                                                      The parameter can have the following values

                                                                      • Not enabled—Validation is not enabled for the table in the migration task.

                                                                      • Pending records—Some records in the table are waiting for validation.

                                                                      • Mismatched records—Some records in the table do not match between the source and target.

                                                                      • Suspended records—Some records in the table could not be validated.

                                                                      • No primary key—The table could not be validated because it had no primary key.

                                                                      • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                      • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                      • Error—The table could not be validated because of an unexpected error.

                                                                      \n@return The validation state of the table.

                                                                      The parameter can have the following values

                                                                      • Not enabled—Validation is not enabled for the table in the migration task.

                                                                      • Pending records—Some records in the table are waiting for validation.

                                                                      • Mismatched records—Some records in the table do not match between the source and target.

                                                                      • Suspended records—Some records in the table could not be validated.

                                                                      • No primary key—The table could not be validated because it had no primary key.

                                                                      • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                      • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                      • Error—The table could not be validated because of an unexpected error.

                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationState", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ValidationState", "setterDocumentation" : "

                                                                        The validation state of the table.

                                                                        The parameter can have the following values

                                                                        • Not enabled—Validation is not enabled for the table in the migration task.

                                                                        • Pending records—Some records in the table are waiting for validation.

                                                                        • Mismatched records—Some records in the table do not match between the source and target.

                                                                        • Suspended records—Some records in the table could not be validated.

                                                                        • No primary key—The table could not be validated because it had no primary key.

                                                                        • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                        • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                        • Error—The table could not be validated because of an unexpected error.

                                                                        \n@param validationState The validation state of the table.

                                                                        The parameter can have the following values

                                                                        • Not enabled—Validation is not enabled for the table in the migration task.

                                                                        • Pending records—Some records in the table are waiting for validation.

                                                                        • Mismatched records—Some records in the table do not match between the source and target.

                                                                        • Suspended records—Some records in the table could not be validated.

                                                                        • No primary key—The table could not be validated because it had no primary key.

                                                                        • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                        • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                        • Error—The table could not be validated because of an unexpected error.

                                                                        • ", "setterMethodName" : "setValidationState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationState", "variableType" : "String", "documentation" : "

                                                                          The validation state of the table.

                                                                          The parameter can have the following values

                                                                          • Not enabled—Validation is not enabled for the table in the migration task.

                                                                          • Pending records—Some records in the table are waiting for validation.

                                                                          • Mismatched records—Some records in the table do not match between the source and target.

                                                                          • Suspended records—Some records in the table could not be validated.

                                                                          • No primary key—The table could not be validated because it had no primary key.

                                                                          • Table error—The table was not validated because it was in an error state and some data was not migrated.

                                                                          • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

                                                                          • Error—The table could not be validated because of an unexpected error.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TableStatistics", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TableStatistics", "variableName" : "tableStatistics", "variableType" : "TableStatistics", "documentation" : null, "simpleType" : "TableStatistics", "variableSetterType" : "TableStatistics" }, "wrapper" : false }, "TableToReload" : { "c2jName" : "TableToReload", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSchemaName", "beanStyleSetterMethodName" : "setSchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaName(String)}.\n@param schemaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaName(String)", "deprecated" : false, "documentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemaName", "fluentSetterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@param schemaName The schema name of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaName", "getterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@return The schema name of the table to be reloaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SchemaName", "setterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@param schemaName The schema name of the table to be reloaded.", "setterMethodName" : "setSchemaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@param tableName The table name of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@return The table name of the table to be reloaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@param tableName The table name of the table to be reloaded.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SchemaName" : { "beanStyleGetterMethodName" : "getSchemaName", "beanStyleSetterMethodName" : "setSchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaName(String)}.\n@param schemaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaName(String)", "deprecated" : false, "documentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemaName", "fluentSetterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@param schemaName The schema name of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaName", "getterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@return The schema name of the table to be reloaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SchemaName", "setterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@param schemaName The schema name of the table to be reloaded.", "setterMethodName" : "setSchemaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@param tableName The table name of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@return The table name of the table to be reloaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@param tableName The table name of the table to be reloaded.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSchemaName", "beanStyleSetterMethodName" : "setSchemaName", "c2jName" : "SchemaName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #schemaName(String)}.\n@param schemaName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #schemaName(String)", "deprecated" : false, "documentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "schemaName", "fluentSetterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@param schemaName The schema name of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "schemaName", "getterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@return The schema name of the table to be reloaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SchemaName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SchemaName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SchemaName", "setterDocumentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          \n@param schemaName The schema name of the table to be reloaded.", "setterMethodName" : "setSchemaName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "schemaName", "variableType" : "String", "documentation" : "

                                                                          The schema name of the table to be reloaded.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTableName", "beanStyleSetterMethodName" : "setTableName", "c2jName" : "TableName", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tableName(String)}.\n@param tableName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tableName(String)", "deprecated" : false, "documentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "tableName", "fluentSetterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@param tableName The table name of the table to be reloaded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tableName", "getterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@return The table name of the table to be reloaded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TableName", "setterDocumentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          \n@param tableName The table name of the table to be reloaded.", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                          The table name of the table to be reloaded.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TableToReload", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TableToReload", "variableName" : "tableToReload", "variableType" : "TableToReload", "documentation" : null, "simpleType" : "TableToReload", "variableSetterType" : "TableToReload" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@return A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@return A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@return A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@return A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@return A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                          A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@return A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          \n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                          A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"dms:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TestConnectionRequest" : { "c2jName" : "TestConnectionMessage", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "TestConnection", "locationName" : null, "requestUri" : "/", "target" : "AmazonDMSv20160101.TestConnection", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointArn" : { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReplicationInstanceArn" : { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReplicationInstanceArn", "beanStyleSetterMethodName" : "setReplicationInstanceArn", "c2jName" : "ReplicationInstanceArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationInstanceArn(String)}.\n@param replicationInstanceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationInstanceArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "replicationInstanceArn", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationInstanceArn", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@return The Amazon Resource Name (ARN) of the replication instance.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ReplicationInstanceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReplicationInstanceArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ReplicationInstanceArn", "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          \n@param replicationInstanceArn The Amazon Resource Name (ARN) of the replication instance.", "setterMethodName" : "setReplicationInstanceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationInstanceArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the replication instance.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEndpointArn", "beanStyleSetterMethodName" : "setEndpointArn", "c2jName" : "EndpointArn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointArn(String)}.\n@param endpointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "endpointArn", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointArn", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@return The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "EndpointArn", "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          \n@param endpointArn The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.", "setterMethodName" : "setEndpointArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReplicationInstanceArn", "EndpointArn" ], "shapeName" : "TestConnectionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TestConnectionRequest", "variableName" : "testConnectionRequest", "variableType" : "TestConnectionRequest", "documentation" : null, "simpleType" : "TestConnectionRequest", "variableSetterType" : "TestConnectionRequest" }, "wrapper" : false }, "TestConnectionResponse" : { "c2jName" : "TestConnectionResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getConnection", "beanStyleSetterMethodName" : "setConnection", "c2jName" : "Connection", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The connection tested.

                                                                          \nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #connection(Connection)}.\n@param connection a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connection(Connection)", "deprecated" : false, "documentation" : "

                                                                          The connection tested.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "connection", "fluentSetterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@param connection The connection tested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connection", "getterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@return The connection tested.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Connection", "setterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@param connection The connection tested.", "setterMethodName" : "setConnection", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : "

                                                                          The connection tested.

                                                                          ", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Connection" : { "beanStyleGetterMethodName" : "getConnection", "beanStyleSetterMethodName" : "setConnection", "c2jName" : "Connection", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The connection tested.

                                                                          \nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #connection(Connection)}.\n@param connection a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connection(Connection)", "deprecated" : false, "documentation" : "

                                                                          The connection tested.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "connection", "fluentSetterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@param connection The connection tested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connection", "getterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@return The connection tested.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Connection", "setterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@param connection The connection tested.", "setterMethodName" : "setConnection", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : "

                                                                          The connection tested.

                                                                          ", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getConnection", "beanStyleSetterMethodName" : "setConnection", "c2jName" : "Connection", "c2jShape" : "Connection", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The connection tested.

                                                                          \nThis is a convenience that creates an instance of the {@link Connection.Builder} avoiding the need to create one manually via {@link Connection#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connection.Builder#build()} is called immediately and its result is passed to {@link #connection(Connection)}.\n@param connection a consumer that will call methods on {@link Connection.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connection(Connection)", "deprecated" : false, "documentation" : "

                                                                          The connection tested.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "connection", "fluentSetterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@param connection The connection tested.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connection", "getterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@return The connection tested.", "getterModel" : { "returnType" : "Connection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Connection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Connection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Connection", "setterDocumentation" : "

                                                                          The connection tested.

                                                                          \n@param connection The connection tested.", "setterMethodName" : "setConnection", "setterModel" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : null, "simpleType" : "Connection", "variableSetterType" : "Connection" }, "simple" : false, "variable" : { "variableDeclarationType" : "Connection", "variableName" : "connection", "variableType" : "Connection", "documentation" : "

                                                                          The connection tested.

                                                                          ", "simpleType" : "Connection", "variableSetterType" : "Connection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TestConnectionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TestConnectionResponse", "variableName" : "testConnectionResponse", "variableType" : "TestConnectionResponse", "documentation" : null, "simpleType" : "TestConnectionResponse", "variableSetterType" : "TestConnectionResponse" }, "wrapper" : false }, "UpgradeDependencyFailureException" : { "c2jName" : "UpgradeDependencyFailureFault", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          An upgrade dependency is preventing the database migration.

                                                                          ", "enums" : null, "errorCode" : "UpgradeDependencyFailureFault", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpgradeDependencyFailureException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpgradeDependencyFailureException", "variableName" : "upgradeDependencyFailureException", "variableType" : "UpgradeDependencyFailureException", "documentation" : null, "simpleType" : "UpgradeDependencyFailureException", "variableSetterType" : "UpgradeDependencyFailureException" }, "wrapper" : false }, "VpcSecurityGroupMembership" : { "c2jName" : "VpcSecurityGroupMembership", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getVpcSecurityGroupId", "beanStyleSetterMethodName" : "setVpcSecurityGroupId", "c2jName" : "VpcSecurityGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupId(String)}.\n@param vpcSecurityGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcSecurityGroupId(String)", "deprecated" : false, "documentation" : "

                                                                          The VPC security group Id.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupId", "fluentSetterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@param vpcSecurityGroupId The VPC security group Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupId", "getterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@return The VPC security group Id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VpcSecurityGroupId", "setterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@param vpcSecurityGroupId The VPC security group Id.", "setterMethodName" : "setVpcSecurityGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcSecurityGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcSecurityGroupId", "variableType" : "String", "documentation" : "

                                                                          The VPC security group Id.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                                          The status of the VPC security group.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@return The status of the VPC security group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@param status The status of the VPC security group.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                          The status of the VPC security group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                                          The status of the VPC security group.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@return The status of the VPC security group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@param status The status of the VPC security group.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                          The status of the VPC security group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcSecurityGroupId" : { "beanStyleGetterMethodName" : "getVpcSecurityGroupId", "beanStyleSetterMethodName" : "setVpcSecurityGroupId", "c2jName" : "VpcSecurityGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupId(String)}.\n@param vpcSecurityGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcSecurityGroupId(String)", "deprecated" : false, "documentation" : "

                                                                          The VPC security group Id.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupId", "fluentSetterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@param vpcSecurityGroupId The VPC security group Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupId", "getterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@return The VPC security group Id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VpcSecurityGroupId", "setterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@param vpcSecurityGroupId The VPC security group Id.", "setterMethodName" : "setVpcSecurityGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcSecurityGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcSecurityGroupId", "variableType" : "String", "documentation" : "

                                                                          The VPC security group Id.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getVpcSecurityGroupId", "beanStyleSetterMethodName" : "setVpcSecurityGroupId", "c2jName" : "VpcSecurityGroupId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpcSecurityGroupId(String)}.\n@param vpcSecurityGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpcSecurityGroupId(String)", "deprecated" : false, "documentation" : "

                                                                          The VPC security group Id.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "vpcSecurityGroupId", "fluentSetterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@param vpcSecurityGroupId The VPC security group Id.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpcSecurityGroupId", "getterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@return The VPC security group Id.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcSecurityGroupId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcSecurityGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VpcSecurityGroupId", "setterDocumentation" : "

                                                                          The VPC security group Id.

                                                                          \n@param vpcSecurityGroupId The VPC security group Id.", "setterMethodName" : "setVpcSecurityGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcSecurityGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcSecurityGroupId", "variableType" : "String", "documentation" : "

                                                                          The VPC security group Id.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

                                                                          The status of the VPC security group.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@return The status of the VPC security group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                          The status of the VPC security group.

                                                                          \n@param status The status of the VPC security group.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                          The status of the VPC security group.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VpcSecurityGroupMembership", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VpcSecurityGroupMembership", "variableName" : "vpcSecurityGroupMembership", "variableType" : "VpcSecurityGroupMembership", "documentation" : null, "simpleType" : "VpcSecurityGroupMembership", "variableSetterType" : "VpcSecurityGroupMembership" }, "wrapper" : false } }, "customAuthorizers" : { }, "examples" : { "examples" : { "AddTagsToResource" : [ { "comments" : { "input" : { "ResourceArn" : "Required. Use the ARN of the resource you want to tag.", "Tags" : "Required. Use the Key/Value pair format." }, "output" : { } }, "description" : "Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with AWS DMS resources, or used in a Condition statement in an IAM policy for AWS DMS.", "id" : "add-tags-to-resource-1481744141435", "input" : { "ResourceArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", "Tags" : [ { "Key" : "Acount", "Value" : "1633456" } ] }, "output" : { }, "title" : "Add tags to resource" } ], "CreateEndpoint" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates an endpoint using the provided settings.", "id" : "create-endpoint-1481746254348", "input" : { "EndpointIdentifier" : "test-endpoint-1", "EndpointType" : "source", "EngineName" : "mysql", "Username" : "username", "Password" : "pasword", "ServerName" : "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com", "Port" : 3306, "DatabaseName" : "testdb", "ExtraConnectionAttributes" : "", "KmsKeyId" : "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd", "Tags" : [ { "Key" : "Acount", "Value" : "143327655" } ], "CertificateArn" : "", "SslMode" : "require" }, "output" : { "Endpoint" : { "EndpointIdentifier" : "test-endpoint-1", "EndpointType" : "source", "EngineName" : "mysql", "Username" : "username", "ServerName" : "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com", "Port" : 3306, "Status" : "active", "KmsKeyId" : "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd", "EndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM" } }, "title" : "Create endpoint" } ], "CreateReplicationInstance" : [ { "comments" : { "input" : null, "output" : { } }, "description" : "Creates the replication instance using the specified parameters.", "id" : "create-replication-instance-1481746705295", "input" : { "ReplicationInstanceIdentifier" : "", "AllocatedStorage" : 123, "ReplicationInstanceClass" : "", "VpcSecurityGroupIds" : [ ], "AvailabilityZone" : "", "ReplicationSubnetGroupIdentifier" : "", "PreferredMaintenanceWindow" : "", "MultiAZ" : true, "EngineVersion" : "", "AutoMinorVersionUpgrade" : true, "Tags" : [ { "Key" : "string", "Value" : "string" } ], "KmsKeyId" : "", "PubliclyAccessible" : true }, "output" : { "ReplicationInstance" : { "ReplicationInstanceIdentifier" : "test-rep-1", "ReplicationInstanceClass" : "dms.t2.micro", "ReplicationInstanceStatus" : "creating", "AllocatedStorage" : 5, "ReplicationSubnetGroup" : { "ReplicationSubnetGroupIdentifier" : "default", "ReplicationSubnetGroupDescription" : "default", "VpcId" : "vpc-6741a603", "SubnetGroupStatus" : "Complete", "Subnets" : [ { "SubnetIdentifier" : "subnet-f6dd91af", "SubnetAvailabilityZone" : { "Name" : "us-east-1d" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-3605751d", "SubnetAvailabilityZone" : { "Name" : "us-east-1b" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-c2daefb5", "SubnetAvailabilityZone" : { "Name" : "us-east-1c" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-85e90cb8", "SubnetAvailabilityZone" : { "Name" : "us-east-1e" }, "SubnetStatus" : "Active" } ] }, "PreferredMaintenanceWindow" : "sun:06:00-sun:14:00", "PendingModifiedValues" : { }, "EngineVersion" : "1.5.0", "AutoMinorVersionUpgrade" : true, "KmsKeyId" : "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "PubliclyAccessible" : true } }, "title" : "Create replication instance" } ], "CreateReplicationSubnetGroup" : [ { "comments" : { "input" : null, "output" : { } }, "description" : "Creates a replication subnet group given a list of the subnet IDs in a VPC.", "id" : "create-replication-subnet-group-1481747297930", "input" : { "ReplicationSubnetGroupIdentifier" : "us-west-2ab-vpc-215ds366", "ReplicationSubnetGroupDescription" : "US West subnet group", "SubnetIds" : [ "subnet-e145356n", "subnet-58f79200" ], "Tags" : [ { "Key" : "Acount", "Value" : "145235" } ] }, "output" : { "ReplicationSubnetGroup" : { } }, "title" : "Create replication subnet group" } ], "CreateReplicationTask" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Creates a replication task using the specified parameters.", "id" : "create-replication-task-1481747646288", "input" : { "ReplicationTaskIdentifier" : "task1", "SourceEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE", "TargetEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "MigrationType" : "full-load", "TableMappings" : "file://mappingfile.json", "ReplicationTaskSettings" : "", "CdcStartTime" : "2016-12-14T18:25:43Z", "Tags" : [ { "Key" : "Acount", "Value" : "24352226" } ] }, "output" : { "ReplicationTask" : { "ReplicationTaskIdentifier" : "task1", "SourceEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE", "TargetEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "MigrationType" : "full-load", "TableMappings" : "file://mappingfile.json", "ReplicationTaskSettings" : "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}", "Status" : "creating", "ReplicationTaskCreationDate" : "2016-12-14T18:25:43Z", "ReplicationTaskArn" : "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM" } }, "title" : "Create replication task" } ], "DeleteCertificate" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes the specified certificate.", "id" : "delete-certificate-1481751957981", "input" : { "CertificateArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUSM457DE6XFJCJQ" }, "output" : { "Certificate" : { } }, "title" : "Delete Certificate" } ], "DeleteEndpoint" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint.\n", "id" : "delete-endpoint-1481752425530", "input" : { "EndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM" }, "output" : { "Endpoint" : { "EndpointIdentifier" : "test-endpoint-1", "EndpointType" : "source", "EngineName" : "mysql", "Username" : "username", "ServerName" : "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com", "Port" : 3306, "Status" : "active", "KmsKeyId" : "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd", "EndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM" } }, "title" : "Delete Endpoint" } ], "DeleteReplicationInstance" : [ { "comments" : { "input" : null, "output" : { } }, "description" : "Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it.\n\n", "id" : "delete-replication-instance-1481752552839", "input" : { "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ" }, "output" : { "ReplicationInstance" : { "ReplicationInstanceIdentifier" : "test-rep-1", "ReplicationInstanceClass" : "dms.t2.micro", "ReplicationInstanceStatus" : "creating", "AllocatedStorage" : 5, "ReplicationSubnetGroup" : { "ReplicationSubnetGroupIdentifier" : "default", "ReplicationSubnetGroupDescription" : "default", "VpcId" : "vpc-6741a603", "SubnetGroupStatus" : "Complete", "Subnets" : [ { "SubnetIdentifier" : "subnet-f6dd91af", "SubnetAvailabilityZone" : { "Name" : "us-east-1d" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-3605751d", "SubnetAvailabilityZone" : { "Name" : "us-east-1b" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-c2daefb5", "SubnetAvailabilityZone" : { "Name" : "us-east-1c" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-85e90cb8", "SubnetAvailabilityZone" : { "Name" : "us-east-1e" }, "SubnetStatus" : "Active" } ] }, "PreferredMaintenanceWindow" : "sun:06:00-sun:14:00", "PendingModifiedValues" : { }, "EngineVersion" : "1.5.0", "AutoMinorVersionUpgrade" : true, "KmsKeyId" : "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "PubliclyAccessible" : true } }, "title" : "Delete Replication Instance" } ], "DeleteReplicationSubnetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes a replication subnet group.", "id" : "delete-replication-subnet-group-1481752728597", "input" : { "ReplicationSubnetGroupIdentifier" : "us-west-2ab-vpc-215ds366" }, "output" : { }, "title" : "Delete Replication Subnet Group" } ], "DeleteReplicationTask" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Deletes the specified replication task.", "id" : "delete-replication-task-1481752903506", "input" : { "ReplicationTaskArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ" }, "output" : { "ReplicationTask" : { "ReplicationTaskIdentifier" : "task1", "SourceEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE", "TargetEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "MigrationType" : "full-load", "TableMappings" : "file://mappingfile.json", "ReplicationTaskSettings" : "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}", "Status" : "creating", "ReplicationTaskCreationDate" : "2016-12-14T18:25:43Z", "ReplicationTaskArn" : "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM" } }, "title" : "Delete Replication Task" } ], "DescribeAccountAttributes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters.", "id" : "describe-acount-attributes-1481753085663", "input" : { }, "output" : { "AccountQuotas" : [ { "AccountQuotaName" : "ReplicationInstances", "Used" : 0, "Max" : 20 }, { "AccountQuotaName" : "AllocatedStorage", "Used" : 0, "Max" : 20 }, { "AccountQuotaName" : "Endpoints", "Used" : 0, "Max" : 20 } ] }, "title" : "Describe acount attributes" } ], "DescribeCertificates" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Provides a description of the certificate.", "id" : "describe-certificates-1481753186244", "input" : { "Filters" : [ { "Name" : "string", "Values" : [ "string", "string" ] } ], "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "Certificates" : [ ] }, "title" : "Describe certificates" } ], "DescribeConnections" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.", "id" : "describe-connections-1481754477953", "input" : { "Filters" : [ { "Name" : "string", "Values" : [ "string", "string" ] } ], "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "Connections" : [ { "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "EndpointArn" : "arn:aws:dms:us-east-arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE", "Status" : "successful", "EndpointIdentifier" : "testsrc1", "ReplicationInstanceIdentifier" : "test" } ] }, "title" : "Describe connections" } ], "DescribeEndpointTypes" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about the type of endpoints available.", "id" : "describe-endpoint-types-1481754742591", "input" : { "Filters" : [ { "Name" : "string", "Values" : [ "string", "string" ] } ], "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "SupportedEndpointTypes" : [ ] }, "title" : "Describe endpoint types" } ], "DescribeEndpoints" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about the endpoints for your account in the current region.", "id" : "describe-endpoints-1481754926060", "input" : { "Filters" : [ { "Name" : "string", "Values" : [ "string", "string" ] } ], "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "Endpoints" : [ ] }, "title" : "Describe endpoints" } ], "DescribeOrderableReplicationInstances" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about the replication instance types that can be created in the specified region.", "id" : "describe-orderable-replication-instances-1481755123669", "input" : { "MaxRecords" : 123, "Marker" : "" }, "output" : { "OrderableReplicationInstances" : [ ], "Marker" : "" }, "title" : "Describe orderable replication instances" } ], "DescribeRefreshSchemasStatus" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns the status of the refresh-schemas operation.", "id" : "describe-refresh-schema-status-1481755303497", "input" : { "EndpointArn" : "" }, "output" : { "RefreshSchemasStatus" : { } }, "title" : "Describe refresh schema status" } ], "DescribeReplicationInstances" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns the status of the refresh-schemas operation.", "id" : "describe-replication-instances-1481755443952", "input" : { "Filters" : [ { "Name" : "string", "Values" : [ "string", "string" ] } ], "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "ReplicationInstances" : [ ] }, "title" : "Describe replication instances" } ], "DescribeReplicationSubnetGroups" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about the replication subnet groups.", "id" : "describe-replication-subnet-groups-1481755621284", "input" : { "Filters" : [ { "Name" : "string", "Values" : [ "string", "string" ] } ], "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "ReplicationSubnetGroups" : [ ] }, "title" : "Describe replication subnet groups" } ], "DescribeReplicationTasks" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about replication tasks for your account in the current region.", "id" : "describe-replication-tasks-1481755777563", "input" : { "Filters" : [ { "Name" : "string", "Values" : [ "string", "string" ] } ], "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "ReplicationTasks" : [ ] }, "title" : "Describe replication tasks" } ], "DescribeSchemas" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns information about the schema for the specified endpoint.", "id" : "describe-schemas-1481755933924", "input" : { "EndpointArn" : "", "MaxRecords" : 123, "Marker" : "" }, "output" : { "Marker" : "", "Schemas" : [ ] }, "title" : "Describe schemas" } ], "DescribeTableStatistics" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.", "id" : "describe-table-statistics-1481756071890", "input" : { "ReplicationTaskArn" : "", "MaxRecords" : 123, "Marker" : "" }, "output" : { "ReplicationTaskArn" : "", "TableStatistics" : [ ], "Marker" : "" }, "title" : "Describe table statistics" } ], "ImportCertificate" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Uploads the specified certificate.", "id" : "import-certificate-1481756197206", "input" : { "CertificateIdentifier" : "", "CertificatePem" : "" }, "output" : { "Certificate" : { } }, "title" : "Import certificate" } ], "ListTagsForResource" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Lists all tags for an AWS DMS resource.", "id" : "list-tags-for-resource-1481761095501", "input" : { "ResourceArn" : "" }, "output" : { "TagList" : [ ] }, "title" : "List tags for resource" } ], "ModifyEndpoint" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Modifies the specified endpoint.", "id" : "modify-endpoint-1481761649937", "input" : { "EndpointArn" : "", "EndpointIdentifier" : "", "EndpointType" : "source", "EngineName" : "", "Username" : "", "Password" : "", "ServerName" : "", "Port" : 123, "DatabaseName" : "", "ExtraConnectionAttributes" : "", "CertificateArn" : "", "SslMode" : "require" }, "output" : { "Endpoint" : { } }, "title" : "Modify endpoint" } ], "ModifyReplicationInstance" : [ { "comments" : { "input" : null, "output" : { } }, "description" : "Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window.", "id" : "modify-replication-instance-1481761784746", "input" : { "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "AllocatedStorage" : 123, "ApplyImmediately" : true, "ReplicationInstanceClass" : "dms.t2.micro", "VpcSecurityGroupIds" : [ ], "PreferredMaintenanceWindow" : "sun:06:00-sun:14:00", "MultiAZ" : true, "EngineVersion" : "1.5.0", "AllowMajorVersionUpgrade" : true, "AutoMinorVersionUpgrade" : true, "ReplicationInstanceIdentifier" : "test-rep-1" }, "output" : { "ReplicationInstance" : { "ReplicationInstanceIdentifier" : "test-rep-1", "ReplicationInstanceClass" : "dms.t2.micro", "ReplicationInstanceStatus" : "available", "AllocatedStorage" : 5, "ReplicationSubnetGroup" : { "ReplicationSubnetGroupIdentifier" : "default", "ReplicationSubnetGroupDescription" : "default", "VpcId" : "vpc-6741a603", "SubnetGroupStatus" : "Complete", "Subnets" : [ { "SubnetIdentifier" : "subnet-f6dd91af", "SubnetAvailabilityZone" : { "Name" : "us-east-1d" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-3605751d", "SubnetAvailabilityZone" : { "Name" : "us-east-1b" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-c2daefb5", "SubnetAvailabilityZone" : { "Name" : "us-east-1c" }, "SubnetStatus" : "Active" }, { "SubnetIdentifier" : "subnet-85e90cb8", "SubnetAvailabilityZone" : { "Name" : "us-east-1e" }, "SubnetStatus" : "Active" } ] }, "PreferredMaintenanceWindow" : "sun:06:00-sun:14:00", "PendingModifiedValues" : { }, "EngineVersion" : "1.5.0", "AutoMinorVersionUpgrade" : true, "KmsKeyId" : "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "PubliclyAccessible" : true } }, "title" : "Modify replication instance" } ], "ModifyReplicationSubnetGroup" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Modifies the settings for the specified replication subnet group.", "id" : "modify-replication-subnet-group-1481762275392", "input" : { "ReplicationSubnetGroupIdentifier" : "", "ReplicationSubnetGroupDescription" : "", "SubnetIds" : [ ] }, "output" : { "ReplicationSubnetGroup" : { } }, "title" : "Modify replication subnet group" } ], "RefreshSchemas" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the describe-refresh-schemas-status operation.", "id" : "refresh-schema-1481762399111", "input" : { "EndpointArn" : "", "ReplicationInstanceArn" : "" }, "output" : { "RefreshSchemasStatus" : { } }, "title" : "Refresh schema" } ], "RemoveTagsFromResource" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Removes metadata tags from an AWS DMS resource.", "id" : "remove-tags-from-resource-1481762571330", "input" : { "ResourceArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", "TagKeys" : [ ] }, "output" : { }, "title" : "Remove tags from resource" } ], "StartReplicationTask" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Starts the replication task.", "id" : "start-replication-task-1481762706778", "input" : { "ReplicationTaskArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "StartReplicationTaskType" : "start-replication", "CdcStartTime" : "2016-12-14T13:33:20Z" }, "output" : { "ReplicationTask" : { "ReplicationTaskIdentifier" : "task1", "SourceEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE", "TargetEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "MigrationType" : "full-load", "TableMappings" : "file://mappingfile.json", "ReplicationTaskSettings" : "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}", "Status" : "creating", "ReplicationTaskCreationDate" : "2016-12-14T18:25:43Z", "ReplicationTaskArn" : "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM" } }, "title" : "Start replication task" } ], "StopReplicationTask" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Stops the replication task.", "id" : "stop-replication-task-1481762924947", "input" : { "ReplicationTaskArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E" }, "output" : { "ReplicationTask" : { "ReplicationTaskIdentifier" : "task1", "SourceEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE", "TargetEndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "MigrationType" : "full-load", "TableMappings" : "file://mappingfile.json", "ReplicationTaskSettings" : "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}", "Status" : "creating", "ReplicationTaskCreationDate" : "2016-12-14T18:25:43Z", "ReplicationTaskArn" : "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM" } }, "title" : "Stop replication task" } ], "TestConnection" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Tests the connection between the replication instance and the endpoint.", "id" : "test-conection-1481763017636", "input" : { "ReplicationInstanceArn" : "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", "EndpointArn" : "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM" }, "output" : { "Connection" : { } }, "title" : "Test conection" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.core.AwsResponse", "sdkModeledExceptionBaseClassName" : "DatabaseMigrationException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationException", "sdkRequestBaseClassName" : "DatabaseMigrationRequest", "sdkResponseBaseClassName" : "DatabaseMigrationResponse", "serviceBaseExceptionFqcn" : "software.amazon.awssdk.core.exception.SdkServiceException" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy